Class CreateCloudNativeAPIGatewayServerGroupResult
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tse.v20201207.models.CreateCloudNativeAPIGatewayServerGroupResult
-
public class CreateCloudNativeAPIGatewayServerGroupResult extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateCloudNativeAPIGatewayServerGroupResult()CreateCloudNativeAPIGatewayServerGroupResult(CreateCloudNativeAPIGatewayServerGroupResult 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 StringgetGatewayId()Get 网关实例idStringgetGroupId()Get 分组idStringgetStatus()Get 状态 注意:此字段可能返回 null,表示取不到有效值。StringgetTaskId()Get 任务ID 注意:此字段可能返回 null,表示取不到有效值。voidsetGatewayId(String GatewayId)Set 网关实例idvoidsetGroupId(String GroupId)Set 分组idvoidsetStatus(String Status)Set 状态 注意:此字段可能返回 null,表示取不到有效值。voidsetTaskId(String TaskId)Set 任务ID 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(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
-
CreateCloudNativeAPIGatewayServerGroupResult
public CreateCloudNativeAPIGatewayServerGroupResult()
-
CreateCloudNativeAPIGatewayServerGroupResult
public CreateCloudNativeAPIGatewayServerGroupResult(CreateCloudNativeAPIGatewayServerGroupResult 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
-
getGatewayId
public String getGatewayId()
Get 网关实例id- Returns:
- GatewayId 网关实例id
-
setGatewayId
public void setGatewayId(String GatewayId)
Set 网关实例id- Parameters:
GatewayId- 网关实例id
-
getGroupId
public String getGroupId()
Get 分组id- Returns:
- GroupId 分组id
-
setGroupId
public void setGroupId(String GroupId)
Set 分组id- Parameters:
GroupId- 分组id
-
getStatus
public String getStatus()
Get 状态 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Status 状态 注意:此字段可能返回 null,表示取不到有效值。
-
setStatus
public void setStatus(String Status)
Set 状态 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Status- 状态 注意:此字段可能返回 null,表示取不到有效值。
-
getTaskId
public String getTaskId()
Get 任务ID 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- TaskId 任务ID 注意:此字段可能返回 null,表示取不到有效值。
-
setTaskId
public void setTaskId(String TaskId)
Set 任务ID 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
TaskId- 任务ID 注意:此字段可能返回 null,表示取不到有效值。
-
-