类 GroupPageResponse.GroupPageDTO

java.lang.Object
com.icetech.sdk.response.iot.GroupPageResponse.GroupPageDTO
所有已实现的接口:
Serializable
封闭类:
GroupPageResponse

public static class GroupPageResponse.GroupPageDTO extends Object implements Serializable
另请参阅:
  • 构造器详细资料

    • GroupPageDTO

      public GroupPageDTO()
  • 方法详细资料

    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getAddress

      public String getAddress()
    • setAddress

      public void setAddress(String address)
    • getCity

      public String getCity()
    • setCity

      public void setCity(String city)
    • getCompany

      public String getCompany()
    • setCompany

      public void setCompany(String company)
    • getParentId

      public Long getParentId()
    • setParentId

      public void setParentId(Long parentId)
    • getConcurrentLimit

      public Integer getConcurrentLimit()
    • setConcurrentLimit

      public void setConcurrentLimit(Integer concurrentLimit)
    • getChildren

      public List<GroupPageResponse.GroupPageDTO> getChildren()
    • setChildren

      public void setChildren(List<GroupPageResponse.GroupPageDTO> children)
    • toString

      public String toString()
      覆盖:
      toString 在类中 Object