Class ModifyAddressTemplateRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cfw.v20190904.models.ModifyAddressTemplateRequest
-
public class ModifyAddressTemplateRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDetail()Get 模板描述StringgetIpString()Get Type为1,ip模板eg:1.1.1.1,2.2.2.2; Type为5,域名模板eg:www.qq.com,www.tencent.comStringgetName()Get 模板名称LonggetType()Get 1 ip模板 5 域名模板StringgetUuid()Get 地址模板唯一IdvoidsetDetail(String Detail)Set 模板描述voidsetIpString(String IpString)Set Type为1,ip模板eg:1.1.1.1,2.2.2.2; Type为5,域名模板eg:www.qq.com,www.tencent.comvoidsetName(String Name)Set 模板名称voidsetType(Long Type)Set 1 ip模板 5 域名模板voidsetUuid(String Uuid)Set 地址模板唯一IdvoidtoMap(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
-
ModifyAddressTemplateRequest
public ModifyAddressTemplateRequest()
-
ModifyAddressTemplateRequest
public 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.
-
-
Method Detail
-
getUuid
public String getUuid()
Get 地址模板唯一Id- Returns:
- Uuid 地址模板唯一Id
-
setUuid
public void setUuid(String Uuid)
Set 地址模板唯一Id- Parameters:
Uuid- 地址模板唯一Id
-
getName
public String getName()
Get 模板名称- Returns:
- Name 模板名称
-
setName
public void setName(String Name)
Set 模板名称- Parameters:
Name- 模板名称
-
getDetail
public String getDetail()
Get 模板描述- Returns:
- Detail 模板描述
-
setDetail
public void setDetail(String Detail)
Set 模板描述- Parameters:
Detail- 模板描述
-
getIpString
public String getIpString()
Get Type为1,ip模板eg:1.1.1.1,2.2.2.2; Type为5,域名模板eg:www.qq.com,www.tencent.com- Returns:
- IpString Type为1,ip模板eg:1.1.1.1,2.2.2.2; Type为5,域名模板eg:www.qq.com,www.tencent.com
-
setIpString
public 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- Parameters:
IpString- Type为1,ip模板eg:1.1.1.1,2.2.2.2; Type为5,域名模板eg:www.qq.com,www.tencent.com
-
getType
public Long getType()
Get 1 ip模板 5 域名模板- Returns:
- Type 1 ip模板 5 域名模板
-
setType
public void setType(Long Type)
Set 1 ip模板 5 域名模板- Parameters:
Type- 1 ip模板 5 域名模板
-
-