public class ModifyAddressTemplateRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyAddressTemplateRequest() |
ModifyAddressTemplateRequest(ModifyAddressTemplateRequest 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 |
getDetail()
Get 模板描述
|
String |
getIpString()
Get Type为1,ip模板eg:1.1.1.1,2.2.2.2;
Type为5,域名模板eg:www.qq.com,www.tencent.com
|
String |
getName()
Get 模板名称
|
String |
getProtocolType()
Get 协议端口模板,协议类型,4:4层协议,7:7层协议。Type=6时必填。
|
Long |
getType()
Get 1 ip模板
5 域名模板
|
String |
getUuid()
Get 地址模板唯一Id
|
void |
setDetail(String Detail)
Set 模板描述
|
void |
setIpString(String IpString)
Set Type为1,ip模板eg:1.1.1.1,2.2.2.2;
Type为5,域名模板eg:www.qq.com,www.tencent.com
|
void |
setName(String Name)
Set 模板名称
|
void |
setProtocolType(String ProtocolType)
Set 协议端口模板,协议类型,4:4层协议,7:7层协议。Type=6时必填。
|
void |
setType(Long Type)
Set 1 ip模板
5 域名模板
|
void |
setUuid(String Uuid)
Set 地址模板唯一Id
|
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 ModifyAddressTemplateRequest()
public ModifyAddressTemplateRequest(ModifyAddressTemplateRequest source)
public String getUuid()
public void setUuid(String Uuid)
Uuid
- 地址模板唯一Idpublic String getName()
public void setName(String Name)
Name
- 模板名称public String getDetail()
public void setDetail(String Detail)
Detail
- 模板描述public String getIpString()
public void setIpString(String IpString)
IpString
- Type为1,ip模板eg:1.1.1.1,2.2.2.2;
Type为5,域名模板eg:www.qq.com,www.tencent.compublic Long getType()
public void setType(Long Type)
Type
- 1 ip模板
5 域名模板public String getProtocolType()
public void setProtocolType(String ProtocolType)
ProtocolType
- 协议端口模板,协议类型,4:4层协议,7:7层协议。Type=6时必填。Copyright © 2024. All rights reserved.