Class ModifyAntiFakeUrlRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.waf.v20180125.models.ModifyAntiFakeUrlRequest
-
public class ModifyAntiFakeUrlRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyAntiFakeUrlRequest()ModifyAntiFakeUrlRequest(ModifyAntiFakeUrlRequest 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 StringgetDomain()Get 域名LonggetId()Get IDStringgetName()Get 名称StringgetUri()Get urivoidsetDomain(String Domain)Set 域名voidsetId(Long Id)Set IDvoidsetName(String Name)Set 名称voidsetUri(String Uri)Set urivoidtoMap(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
-
ModifyAntiFakeUrlRequest
public ModifyAntiFakeUrlRequest()
-
ModifyAntiFakeUrlRequest
public ModifyAntiFakeUrlRequest(ModifyAntiFakeUrlRequest 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
-
getDomain
public String getDomain()
Get 域名- Returns:
- Domain 域名
-
setDomain
public void setDomain(String Domain)
Set 域名- Parameters:
Domain- 域名
-
getName
public String getName()
Get 名称- Returns:
- Name 名称
-
setName
public void setName(String Name)
Set 名称- Parameters:
Name- 名称
-
getUri
public String getUri()
Get uri- Returns:
- Uri uri
-
setUri
public void setUri(String Uri)
Set uri- Parameters:
Uri- uri
-
getId
public Long getId()
Get ID- Returns:
- Id ID
-
setId
public void setId(Long Id)
Set ID- Parameters:
Id- ID
-
-