Class ViolationUrl
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cdn.v20180606.models.ViolationUrl
-
public class ViolationUrl extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ViolationUrl()ViolationUrl(ViolationUrl 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 创建时间StringgetDownloadUrl()Get 快照路径,用于控制台展示违规内容快照LonggetId()Get IDStringgetRealUrl()Get 违规资源原始访问 URLStringgetUpdateTime()Get 更新时间StringgetUrlStatus()Get 违规资源当前状态 forbid:已封禁 release:已解封 delay : 延迟处理 reject :申诉驳回,状态仍为封禁状态 complain:申诉进行中voidsetCreateTime(String CreateTime)Set 创建时间voidsetDownloadUrl(String DownloadUrl)Set 快照路径,用于控制台展示违规内容快照voidsetId(Long Id)Set IDvoidsetRealUrl(String RealUrl)Set 违规资源原始访问 URLvoidsetUpdateTime(String UpdateTime)Set 更新时间voidsetUrlStatus(String UrlStatus)Set 违规资源当前状态 forbid:已封禁 release:已解封 delay : 延迟处理 reject :申诉驳回,状态仍为封禁状态 complain:申诉进行中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
-
ViolationUrl
public ViolationUrl()
-
ViolationUrl
public ViolationUrl(ViolationUrl 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
-
getId
public Long getId()
Get ID- Returns:
- Id ID
-
setId
public void setId(Long Id)
Set ID- Parameters:
Id- ID
-
getRealUrl
public String getRealUrl()
Get 违规资源原始访问 URL- Returns:
- RealUrl 违规资源原始访问 URL
-
setRealUrl
public void setRealUrl(String RealUrl)
Set 违规资源原始访问 URL- Parameters:
RealUrl- 违规资源原始访问 URL
-
getDownloadUrl
public String getDownloadUrl()
Get 快照路径,用于控制台展示违规内容快照- Returns:
- DownloadUrl 快照路径,用于控制台展示违规内容快照
-
setDownloadUrl
public void setDownloadUrl(String DownloadUrl)
Set 快照路径,用于控制台展示违规内容快照- Parameters:
DownloadUrl- 快照路径,用于控制台展示违规内容快照
-
getUrlStatus
public String getUrlStatus()
Get 违规资源当前状态 forbid:已封禁 release:已解封 delay : 延迟处理 reject :申诉驳回,状态仍为封禁状态 complain:申诉进行中- Returns:
- UrlStatus 违规资源当前状态 forbid:已封禁 release:已解封 delay : 延迟处理 reject :申诉驳回,状态仍为封禁状态 complain:申诉进行中
-
setUrlStatus
public void setUrlStatus(String UrlStatus)
Set 违规资源当前状态 forbid:已封禁 release:已解封 delay : 延迟处理 reject :申诉驳回,状态仍为封禁状态 complain:申诉进行中- Parameters:
UrlStatus- 违规资源当前状态 forbid:已封禁 release:已解封 delay : 延迟处理 reject :申诉驳回,状态仍为封禁状态 complain:申诉进行中
-
getCreateTime
public String getCreateTime()
Get 创建时间- Returns:
- CreateTime 创建时间
-
setCreateTime
public void setCreateTime(String CreateTime)
Set 创建时间- Parameters:
CreateTime- 创建时间
-
getUpdateTime
public String getUpdateTime()
Get 更新时间- Returns:
- UpdateTime 更新时间
-
setUpdateTime
public void setUpdateTime(String UpdateTime)
Set 更新时间- Parameters:
UpdateTime- 更新时间
-
-