public class UpdateGatewayRequest extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Get 网关描述,仅支持中文、英文、数字、_、-,长度不超过128个字符
|
String |
getGatewayId()
Get 网关索引ID(从获取网关列表ListGateways接口中获取)
|
String |
getName()
Get 仅支持中文、英文、数网关名称,字、_、-,长度不超过32个字符
|
void |
setDescription(String Description)
Set 网关描述,仅支持中文、英文、数字、_、-,长度不超过128个字符
|
void |
setGatewayId(String GatewayId)
Set 网关索引ID(从获取网关列表ListGateways接口中获取)
|
void |
setName(String Name)
Set 仅支持中文、英文、数网关名称,字、_、-,长度不超过32个字符
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public UpdateGatewayRequest()
public UpdateGatewayRequest(UpdateGatewayRequest source)
public String getGatewayId()
public void setGatewayId(String GatewayId)
GatewayId
- 网关索引ID(从获取网关列表ListGateways接口中获取)public String getName()
public void setName(String Name)
Name
- 仅支持中文、英文、数网关名称,字、_、-,长度不超过32个字符public String getDescription()
public void setDescription(String Description)
Description
- 网关描述,仅支持中文、英文、数字、_、-,长度不超过128个字符Copyright © 2024. All rights reserved.