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