Class CreateCloudNativeAPIGatewayResult
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tse.v20201207.models.CreateCloudNativeAPIGatewayResult
-
public class CreateCloudNativeAPIGatewayResult extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateCloudNativeAPIGatewayResult()CreateCloudNativeAPIGatewayResult(CreateCloudNativeAPIGatewayResult 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 云原生API网关ID。StringgetStatus()Get 云原生网关状态。StringgetTaskId()Get 任务ID 注意:此字段可能返回 null,表示取不到有效值。voidsetGatewayId(String GatewayId)Set 云原生API网关ID。voidsetStatus(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
-
CreateCloudNativeAPIGatewayResult
public CreateCloudNativeAPIGatewayResult()
-
CreateCloudNativeAPIGatewayResult
public CreateCloudNativeAPIGatewayResult(CreateCloudNativeAPIGatewayResult 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 云原生API网关ID。- Returns:
- GatewayId 云原生API网关ID。
-
setGatewayId
public void setGatewayId(String GatewayId)
Set 云原生API网关ID。- Parameters:
GatewayId- 云原生API网关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,表示取不到有效值。
-
-