Class CloudNativeAPIGatewayNode
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tse.v20201207.models.CloudNativeAPIGatewayNode
-
public class CloudNativeAPIGatewayNode extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CloudNativeAPIGatewayNode()
CloudNativeAPIGatewayNode(CloudNativeAPIGatewayNode 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getGroupId()
Get 分组ID 注意:此字段可能返回 null,表示取不到有效值。String
getGroupName()
Get 分组名 注意:此字段可能返回 null,表示取不到有效值。String
getNodeId()
Get 云原生网关节点 idString
getNodeIp()
Get 节点 ipString
getStatus()
Get 状态 注意:此字段可能返回 null,表示取不到有效值。String
getZone()
Get Zone 注意:此字段可能返回 null,表示取不到有效值。String
getZoneId()
Get Zone id 注意:此字段可能返回 null,表示取不到有效值。void
setGroupId(String GroupId)
Set 分组ID 注意:此字段可能返回 null,表示取不到有效值。void
setGroupName(String GroupName)
Set 分组名 注意:此字段可能返回 null,表示取不到有效值。void
setNodeId(String NodeId)
Set 云原生网关节点 idvoid
setNodeIp(String NodeIp)
Set 节点 ipvoid
setStatus(String Status)
Set 状态 注意:此字段可能返回 null,表示取不到有效值。void
setZone(String Zone)
Set Zone 注意:此字段可能返回 null,表示取不到有效值。void
setZoneId(String ZoneId)
Set Zone id 注意:此字段可能返回 null,表示取不到有效值。void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
CloudNativeAPIGatewayNode
public CloudNativeAPIGatewayNode()
-
CloudNativeAPIGatewayNode
public CloudNativeAPIGatewayNode(CloudNativeAPIGatewayNode 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.
-
-
Method Detail
-
getNodeId
public String getNodeId()
Get 云原生网关节点 id- Returns:
- NodeId 云原生网关节点 id
-
setNodeId
public void setNodeId(String NodeId)
Set 云原生网关节点 id- Parameters:
NodeId
- 云原生网关节点 id
-
getNodeIp
public String getNodeIp()
Get 节点 ip- Returns:
- NodeIp 节点 ip
-
setNodeIp
public void setNodeIp(String NodeIp)
Set 节点 ip- Parameters:
NodeIp
- 节点 ip
-
getZoneId
public String getZoneId()
Get Zone id 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ZoneId Zone id 注意:此字段可能返回 null,表示取不到有效值。
-
setZoneId
public void setZoneId(String ZoneId)
Set Zone id 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ZoneId
- Zone id 注意:此字段可能返回 null,表示取不到有效值。
-
getZone
public String getZone()
Get Zone 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Zone Zone 注意:此字段可能返回 null,表示取不到有效值。
-
setZone
public void setZone(String Zone)
Set Zone 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Zone
- Zone 注意:此字段可能返回 null,表示取不到有效值。
-
getGroupId
public String getGroupId()
Get 分组ID 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- GroupId 分组ID 注意:此字段可能返回 null,表示取不到有效值。
-
setGroupId
public void setGroupId(String GroupId)
Set 分组ID 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
GroupId
- 分组ID 注意:此字段可能返回 null,表示取不到有效值。
-
getGroupName
public String getGroupName()
Get 分组名 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- GroupName 分组名 注意:此字段可能返回 null,表示取不到有效值。
-
setGroupName
public void setGroupName(String GroupName)
Set 分组名 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
GroupName
- 分组名 注意:此字段可能返回 null,表示取不到有效值。
-
getStatus
public String getStatus()
Get 状态 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Status 状态 注意:此字段可能返回 null,表示取不到有效值。
-
setStatus
public void setStatus(String Status)
Set 状态 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Status
- 状态 注意:此字段可能返回 null,表示取不到有效值。
-
-