Class ListCompShareTeamResponse.CompShareTeamInfo

java.lang.Object
cn.ucloud.common.response.Response
cn.ucloud.ucompshare.models.ListCompShareTeamResponse.CompShareTeamInfo
Enclosing class:
ListCompShareTeamResponse

public static class ListCompShareTeamResponse.CompShareTeamInfo extends Response
  • Constructor Details

    • CompShareTeamInfo

      public CompShareTeamInfo()
  • Method Details

    • getId

      public Integer getId()
    • setId

      public void setId(Integer id)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getCompanyId

      public Integer getCompanyId()
    • setCompanyId

      public void setCompanyId(Integer companyId)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getMemberCount

      public Integer getMemberCount()
    • setMemberCount

      public void setMemberCount(Integer memberCount)