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 绑定时间
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getClusterId()
Get 集群id
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getClusterName()
Get 集群名称
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getClusterType()
Get 集群类型
|
String |
getGroupId()
Get 部署组id
|
String |
getGroupName()
Get 部署组名称
|
String |
getNamespaceName()
Get 命名空间名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAssociateTime(String AssociateTime)
Set 绑定时间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setClusterId(String ClusterId)
Set 集群id
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setClusterName(String ClusterName)
Set 集群名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setClusterType(String ClusterType)
Set 集群类型
|
void |
setGroupId(String GroupId)
Set 部署组id
|
void |
setGroupName(String GroupName)
Set 部署组名称
|
void |
setNamespaceName(String NamespaceName)
Set 命名空间名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public GroupInfo()
public GroupInfo(GroupInfo source)
public String getGroupId()
public void setGroupId(String GroupId)
GroupId
- 部署组idpublic String getGroupName()
public void setGroupName(String GroupName)
GroupName
- 部署组名称public String getClusterType()
public void setClusterType(String ClusterType)
ClusterType
- 集群类型public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- 集群id
注意:此字段可能返回 null,表示取不到有效值。public String getClusterName()
public void setClusterName(String ClusterName)
ClusterName
- 集群名称
注意:此字段可能返回 null,表示取不到有效值。public String getNamespaceName()
public void setNamespaceName(String NamespaceName)
NamespaceName
- 命名空间名称
注意:此字段可能返回 null,表示取不到有效值。public String getAssociateTime()
public void setAssociateTime(String AssociateTime)
AssociateTime
- 绑定时间
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.