public class DeleteNativeGatewayServerGroupResult extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getGatewayId()Get 网关实例id | 
| String | getGroupId()Get 网关分组id | 
| String | getStatus()Get 删除状态 | 
| String | getTaskId()Get 任务ID | 
| void | setGatewayId(String GatewayId)Set 网关实例id | 
| void | setGroupId(String GroupId)Set 网关分组id | 
| void | setStatus(String Status)Set 删除状态 | 
| void | setTaskId(String TaskId)Set 任务ID | 
| 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 DeleteNativeGatewayServerGroupResult()
public DeleteNativeGatewayServerGroupResult(DeleteNativeGatewayServerGroupResult source)
public String getGatewayId()
public void setGatewayId(String GatewayId)
GatewayId - 网关实例idpublic String getGroupId()
public void setGroupId(String GroupId)
GroupId - 网关分组idpublic String getStatus()
public void setStatus(String Status)
Status - 删除状态public String getTaskId()
public void setTaskId(String TaskId)
TaskId - 任务IDCopyright © 2025. All rights reserved.