Class UpdateGatewayRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iss.v20230517.models.UpdateGatewayRequest
-
public class UpdateGatewayRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description UpdateGatewayRequest()UpdateGatewayRequest(UpdateGatewayRequest 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 StringgetDescription()Get 网关描述,仅支持中文、英文、数字、_、-,长度不超过128个字符StringgetGatewayId()Get 网关索引ID(从获取网关列表ListGateways接口中获取)StringgetName()Get 仅支持中文、英文、数网关名称,字、_、-,长度不超过32个字符voidsetDescription(String Description)Set 网关描述,仅支持中文、英文、数字、_、-,长度不超过128个字符voidsetGatewayId(String GatewayId)Set 网关索引ID(从获取网关列表ListGateways接口中获取)voidsetName(String Name)Set 仅支持中文、英文、数网关名称,字、_、-,长度不超过32个字符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
-
UpdateGatewayRequest
public UpdateGatewayRequest()
-
UpdateGatewayRequest
public UpdateGatewayRequest(UpdateGatewayRequest 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(从获取网关列表ListGateways接口中获取)- Returns:
- GatewayId 网关索引ID(从获取网关列表ListGateways接口中获取)
-
setGatewayId
public void setGatewayId(String GatewayId)
Set 网关索引ID(从获取网关列表ListGateways接口中获取)- Parameters:
GatewayId- 网关索引ID(从获取网关列表ListGateways接口中获取)
-
getName
public String getName()
Get 仅支持中文、英文、数网关名称,字、_、-,长度不超过32个字符- Returns:
- Name 仅支持中文、英文、数网关名称,字、_、-,长度不超过32个字符
-
setName
public void setName(String Name)
Set 仅支持中文、英文、数网关名称,字、_、-,长度不超过32个字符- Parameters:
Name- 仅支持中文、英文、数网关名称,字、_、-,长度不超过32个字符
-
getDescription
public String getDescription()
Get 网关描述,仅支持中文、英文、数字、_、-,长度不超过128个字符- Returns:
- Description 网关描述,仅支持中文、英文、数字、_、-,长度不超过128个字符
-
setDescription
public void setDescription(String Description)
Set 网关描述,仅支持中文、英文、数字、_、-,长度不超过128个字符- Parameters:
Description- 网关描述,仅支持中文、英文、数字、_、-,长度不超过128个字符
-
-