类 SpaceListResponse

    • 构造器详细资料

      • SpaceListResponse

        public SpaceListResponse()
    • 方法详细资料

      • getDeviceMode

        public String getDeviceMode()
      • setDeviceMode

        public void setDeviceMode​(String deviceMode)
      • getSpaceId

        public Long getSpaceId()
      • setSpaceId

        public void setSpaceId​(Long spaceId)
      • getSpaceName

        public String getSpaceName()
      • setSpaceName

        public void setSpaceName​(String spaceName)
      • getType

        public String getType()
      • setType

        public void setType​(String type)
      • getStatus

        public String getStatus()
      • setStatus

        public void setStatus​(String status)
      • getDescription

        public String getDescription()
      • setDescription

        public void setDescription​(String description)
      • getDeviceCount

        public Integer getDeviceCount()
      • setDeviceCount

        public void setDeviceCount​(Integer deviceCount)
      • getEdgeId

        public Long getEdgeId()
      • setEdgeId

        public void setEdgeId​(Long edgeId)
      • getEdgeName

        public String getEdgeName()
      • setEdgeName

        public void setEdgeName​(String edgeName)
      • hashCode

        public int hashCode()
        覆盖:
        hashCode 在类中 Object