Class StatDepartmentsListRequest.BedProfileInfo

  • Enclosing class:
    StatDepartmentsListRequest

    public static class StatDepartmentsListRequest.BedProfileInfo
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      long bedProfileId
      Идентификатор профиля койки
      java.lang.String bedProfileName
      Название профиля койки
    • Constructor Summary

      Constructors 
      Constructor Description
      BedProfileInfo()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • bedProfileId

        public long bedProfileId
        Идентификатор профиля койки
      • bedProfileName

        @Nullable
        public java.lang.String bedProfileName
        Название профиля койки
    • Constructor Detail

      • BedProfileInfo

        public BedProfileInfo()
    • Method Detail

      • toString

        @NonNull
        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object