public class DeleteCloudNativeAPIGatewayResult extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DeleteCloudNativeAPIGatewayResult() | 
| DeleteCloudNativeAPIGatewayResult(DeleteCloudNativeAPIGatewayResult 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 | getStatus()Get 云原生网关状态。 | 
| void | setGatewayId(String GatewayId)Set 云原生网关ID。 | 
| void | setStatus(String Status)Set 云原生网关状态。 | 
| 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 DeleteCloudNativeAPIGatewayResult()
public DeleteCloudNativeAPIGatewayResult(DeleteCloudNativeAPIGatewayResult source)
public String getGatewayId()
public void setGatewayId(String GatewayId)
GatewayId - 云原生网关ID。public String getStatus()
public void setStatus(String Status)
Status - 云原生网关状态。Copyright © 2025. All rights reserved.