Class ModifyCustomerGatewayAttributeRequest


  • public class ModifyCustomerGatewayAttributeRequest
    extends AbstractModel
    • 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个字符。