public class CreateAddressTemplateRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateAddressTemplateRequest() |
CreateAddressTemplateRequest(CreateAddressTemplateRequest 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
|
Long |
getIpVersion()
Get IP版本,0 IPV4;1 IPV6
|
String |
getName()
Get 模板名称
|
String |
getProtocolType()
Get 协议端口模板,协议类型,4:4层协议,7:7层协议,Type=6时必填
|
Long |
getType()
Get 1 ip模板
5 域名模板
6 协议端口模板
|
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 |
setIpVersion(Long IpVersion)
Set IP版本,0 IPV4;1 IPV6
|
void |
setName(String Name)
Set 模板名称
|
void |
setProtocolType(String ProtocolType)
Set 协议端口模板,协议类型,4:4层协议,7:7层协议,Type=6时必填
|
void |
setType(Long Type)
Set 1 ip模板
5 域名模板
6 协议端口模板
|
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 CreateAddressTemplateRequest()
public CreateAddressTemplateRequest(CreateAddressTemplateRequest source)
public 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 域名模板
6 协议端口模板public String getProtocolType()
public void setProtocolType(String ProtocolType)
ProtocolType
- 协议端口模板,协议类型,4:4层协议,7:7层协议,Type=6时必填public Long getIpVersion()
public void setIpVersion(Long IpVersion)
IpVersion
- IP版本,0 IPV4;1 IPV6Copyright © 2024. All rights reserved.