Class StatRoomsListRequest.ChairInfo

  • Enclosing class:
    StatRoomsListRequest

    public static class StatRoomsListRequest.ChairInfo
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      long chairId
      Идентификатор койки
      java.lang.String chairName
      Название койки
      java.lang.Boolean isFree
      Признак свободна на переданную дату
    • Constructor Summary

      Constructors 
      Constructor Description
      ChairInfo()  
    • 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

      • chairId

        public long chairId
        Идентификатор койки
      • chairName

        @Nullable
        public java.lang.String chairName
        Название койки
      • isFree

        @Nullable
        public java.lang.Boolean isFree
        Признак свободна на переданную дату
    • Constructor Detail

      • ChairInfo

        public ChairInfo()
    • Method Detail

      • toString

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