Class ModifyCustomerGatewayAttributeRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.vpc.v20170312.models.ModifyCustomerGatewayAttributeRequest
-
public class ModifyCustomerGatewayAttributeRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyCustomerGatewayAttributeRequest()
ModifyCustomerGatewayAttributeRequest(ModifyCustomerGatewayAttributeRequest 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
getCustomerGatewayId()
Get 对端网关ID,例如:cgw-2wqq41m9,可通过[DescribeCustomerGateways](https://cloud.tencent.com/document/api/215/17516)接口查询对端网关。String
getCustomerGatewayName()
Get 对端网关名称,可任意命名,但不得超过60个字符。void
setCustomerGatewayId(String CustomerGatewayId)
Set 对端网关ID,例如:cgw-2wqq41m9,可通过[DescribeCustomerGateways](https://cloud.tencent.com/document/api/215/17516)接口查询对端网关。void
setCustomerGatewayName(String CustomerGatewayName)
Set 对端网关名称,可任意命名,但不得超过60个字符。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
-
ModifyCustomerGatewayAttributeRequest
public ModifyCustomerGatewayAttributeRequest()
-
ModifyCustomerGatewayAttributeRequest
public ModifyCustomerGatewayAttributeRequest(ModifyCustomerGatewayAttributeRequest 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
-
getCustomerGatewayId
public String getCustomerGatewayId()
Get 对端网关ID,例如:cgw-2wqq41m9,可通过[DescribeCustomerGateways](https://cloud.tencent.com/document/api/215/17516)接口查询对端网关。- Returns:
- CustomerGatewayId 对端网关ID,例如:cgw-2wqq41m9,可通过[DescribeCustomerGateways](https://cloud.tencent.com/document/api/215/17516)接口查询对端网关。
-
setCustomerGatewayId
public void setCustomerGatewayId(String CustomerGatewayId)
Set 对端网关ID,例如:cgw-2wqq41m9,可通过[DescribeCustomerGateways](https://cloud.tencent.com/document/api/215/17516)接口查询对端网关。- Parameters:
CustomerGatewayId
- 对端网关ID,例如:cgw-2wqq41m9,可通过[DescribeCustomerGateways](https://cloud.tencent.com/document/api/215/17516)接口查询对端网关。
-
getCustomerGatewayName
public String getCustomerGatewayName()
Get 对端网关名称,可任意命名,但不得超过60个字符。- Returns:
- CustomerGatewayName 对端网关名称,可任意命名,但不得超过60个字符。
-
setCustomerGatewayName
public void setCustomerGatewayName(String CustomerGatewayName)
Set 对端网关名称,可任意命名,但不得超过60个字符。- Parameters:
CustomerGatewayName
- 对端网关名称,可任意命名,但不得超过60个字符。
-
-