Class ProtectURLInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.bma.v20210624.models.ProtectURLInfo
-
public class ProtectURLInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ProtectURLInfo()ProtectURLInfo(ProtectURLInfo 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 StringgetCreateTime()Get 创建时间StringgetProtectURL()Get 保护网站LonggetProtectURLId()Get 保护网站IDStringgetProtectURLNote()Get 网站审核不通过原因LonggetProtectURLStatus()Get 保护网站审核状态 1-审核中 2-审核不通过 3-审核通过StringgetProtectWeb()Get 保护网站名称voidsetCreateTime(String CreateTime)Set 创建时间voidsetProtectURL(String ProtectURL)Set 保护网站voidsetProtectURLId(Long ProtectURLId)Set 保护网站IDvoidsetProtectURLNote(String ProtectURLNote)Set 网站审核不通过原因voidsetProtectURLStatus(Long ProtectURLStatus)Set 保护网站审核状态 1-审核中 2-审核不通过 3-审核通过voidsetProtectWeb(String ProtectWeb)Set 保护网站名称voidtoMap(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
-
ProtectURLInfo
public ProtectURLInfo()
-
ProtectURLInfo
public ProtectURLInfo(ProtectURLInfo 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
-
getProtectURLId
public Long getProtectURLId()
Get 保护网站ID- Returns:
- ProtectURLId 保护网站ID
-
setProtectURLId
public void setProtectURLId(Long ProtectURLId)
Set 保护网站ID- Parameters:
ProtectURLId- 保护网站ID
-
getProtectURL
public String getProtectURL()
Get 保护网站- Returns:
- ProtectURL 保护网站
-
setProtectURL
public void setProtectURL(String ProtectURL)
Set 保护网站- Parameters:
ProtectURL- 保护网站
-
getProtectWeb
public String getProtectWeb()
Get 保护网站名称- Returns:
- ProtectWeb 保护网站名称
-
setProtectWeb
public void setProtectWeb(String ProtectWeb)
Set 保护网站名称- Parameters:
ProtectWeb- 保护网站名称
-
getProtectURLStatus
public Long getProtectURLStatus()
Get 保护网站审核状态 1-审核中 2-审核不通过 3-审核通过- Returns:
- ProtectURLStatus 保护网站审核状态 1-审核中 2-审核不通过 3-审核通过
-
setProtectURLStatus
public void setProtectURLStatus(Long ProtectURLStatus)
Set 保护网站审核状态 1-审核中 2-审核不通过 3-审核通过- Parameters:
ProtectURLStatus- 保护网站审核状态 1-审核中 2-审核不通过 3-审核通过
-
getProtectURLNote
public String getProtectURLNote()
Get 网站审核不通过原因- Returns:
- ProtectURLNote 网站审核不通过原因
-
setProtectURLNote
public void setProtectURLNote(String ProtectURLNote)
Set 网站审核不通过原因- Parameters:
ProtectURLNote- 网站审核不通过原因
-
getCreateTime
public String getCreateTime()
Get 创建时间- Returns:
- CreateTime 创建时间
-
setCreateTime
public void setCreateTime(String CreateTime)
Set 创建时间- Parameters:
CreateTime- 创建时间
-
-