public class GroupInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| GroupInfo() | 
| GroupInfo(GroupInfo source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getAssociateTime()Get 绑定时间,格式yyyy-MM-dd HH:mm:ss | 
| String | getClusterId()Get 集群ID
可通过[DescribeClusters](https://cloud.tencent.com/document/product/649/85857)查询已经创建的集群列表,也可以通过登录[控制台](https://console.cloud.tencent.com/tsf/resource?rid=1)查看。 | 
| String | getClusterName()Get 集群名称 | 
| String | getClusterType()Get 集群类型,C:容器集群,V:虚拟机集群 | 
| String | getGroupId()Get 部署组ID
可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/product/649/36068)或[DescribeGroups](https://cloud.tencent.com/document/product/649/36065)查询已创建的部署组列表或登录[控制台](https://console.cloud.tencent.com/tsf/app-detail?rid=1&id=application-yo7kp9dv&tab=publish&subTab=group)进行查看。 | 
| String | getGroupName()Get 部署组名称 | 
| String | getNamespaceName()Get 命名空间名称 | 
| void | setAssociateTime(String AssociateTime)Set 绑定时间,格式yyyy-MM-dd HH:mm:ss | 
| void | setClusterId(String ClusterId)Set 集群ID
可通过[DescribeClusters](https://cloud.tencent.com/document/product/649/85857)查询已经创建的集群列表,也可以通过登录[控制台](https://console.cloud.tencent.com/tsf/resource?rid=1)查看。 | 
| void | setClusterName(String ClusterName)Set 集群名称 | 
| void | setClusterType(String ClusterType)Set 集群类型,C:容器集群,V:虚拟机集群 | 
| void | setGroupId(String GroupId)Set 部署组ID
可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/product/649/36068)或[DescribeGroups](https://cloud.tencent.com/document/product/649/36065)查询已创建的部署组列表或登录[控制台](https://console.cloud.tencent.com/tsf/app-detail?rid=1&id=application-yo7kp9dv&tab=publish&subTab=group)进行查看。 | 
| void | setGroupName(String GroupName)Set 部署组名称 | 
| void | setNamespaceName(String NamespaceName)Set 命名空间名称 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic GroupInfo()
public GroupInfo(GroupInfo source)
public String getGroupId()
public void setGroupId(String GroupId)
GroupId - 部署组ID
可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/product/649/36068)或[DescribeGroups](https://cloud.tencent.com/document/product/649/36065)查询已创建的部署组列表或登录[控制台](https://console.cloud.tencent.com/tsf/app-detail?rid=1&id=application-yo7kp9dv&tab=publish&subTab=group)进行查看。public String getGroupName()
public void setGroupName(String GroupName)
GroupName - 部署组名称public String getClusterType()
public void setClusterType(String ClusterType)
ClusterType - 集群类型,C:容器集群,V:虚拟机集群public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId - 集群ID
可通过[DescribeClusters](https://cloud.tencent.com/document/product/649/85857)查询已经创建的集群列表,也可以通过登录[控制台](https://console.cloud.tencent.com/tsf/resource?rid=1)查看。public String getClusterName()
public void setClusterName(String ClusterName)
ClusterName - 集群名称public String getNamespaceName()
public void setNamespaceName(String NamespaceName)
NamespaceName - 命名空间名称public String getAssociateTime()
public void setAssociateTime(String AssociateTime)
AssociateTime - 绑定时间,格式yyyy-MM-dd HH:mm:ssCopyright © 2025. All rights reserved.