类 GetProjectListResponse.ProjectInfoVo

    • 构造器详细资料

      • ProjectInfoVo

        public ProjectInfoVo()
    • 方法详细资料

      • getId

        public String getId()
      • setId

        public void setId​(String id)
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getType

        public Integer getType()
      • setType

        public void setType​(Integer type)
      • getRegion

        public String getRegion()
      • setRegion

        public void setRegion​(String region)
      • getProtocol

        public String getProtocol()
      • setProtocol

        public void setProtocol​(String protocol)
      • getTotalQuota

        public Integer getTotalQuota()
      • setTotalQuota

        public void setTotalQuota​(Integer totalQuota)
      • getUsedQuota

        public Integer getUsedQuota()
      • setUsedQuota

        public void setUsedQuota​(Integer usedQuota)
      • setAddress

        public void setAddress​(List<String> address)
      • getOtaEnabled

        public Boolean getOtaEnabled()
      • setOtaEnabled

        public void setOtaEnabled​(Boolean otaEnabled)
      • getOtaId

        public String getOtaId()
      • setOtaId

        public void setOtaId​(String otaId)
      • getOtaSecret

        public String getOtaSecret()
      • setOtaSecret

        public void setOtaSecret​(String otaSecret)