Class DeleteCloudNativeAPIGatewayResult
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tse.v20201207.models.DeleteCloudNativeAPIGatewayResult
-
public class DeleteCloudNativeAPIGatewayResult extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DeleteCloudNativeAPIGatewayResult
public DeleteCloudNativeAPIGatewayResult()
-
DeleteCloudNativeAPIGatewayResult
public 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.
-
-
Method Detail
-
getGatewayId
public String getGatewayId()
Get 云原生网关ID。- Returns:
- GatewayId 云原生网关ID。
-
setGatewayId
public void setGatewayId(String GatewayId)
Set 云原生网关ID。- Parameters:
GatewayId
- 云原生网关ID。
-
getStatus
public String getStatus()
Get 云原生网关状态。- Returns:
- Status 云原生网关状态。
-
setStatus
public void setStatus(String Status)
Set 云原生网关状态。- Parameters:
Status
- 云原生网关状态。
-
-