public class ViolationUrl extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getCreateTime()
Get 创建时间
|
String |
getDownloadUrl()
Get 快照路径,用于控制台展示违规内容快照
|
Long |
getId()
Get ID
|
String |
getRealUrl()
Get 违规资源原始访问 URL
|
String |
getUpdateTime()
Get 更新时间
|
String |
getUrlStatus()
Get 违规资源当前状态
forbid:已封禁
release:已解封
delay : 延迟处理
reject :申诉驳回,状态仍为封禁态
complain:申诉进行中
|
void |
setCreateTime(String CreateTime)
Set 创建时间
|
void |
setDownloadUrl(String DownloadUrl)
Set 快照路径,用于控制台展示违规内容快照
|
void |
setId(Long Id)
Set ID
|
void |
setRealUrl(String RealUrl)
Set 违规资源原始访问 URL
|
void |
setUpdateTime(String UpdateTime)
Set 更新时间
|
void |
setUrlStatus(String UrlStatus)
Set 违规资源当前状态
forbid:已封禁
release:已解封
delay : 延迟处理
reject :申诉驳回,状态仍为封禁态
complain:申诉进行中
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ViolationUrl()
public ViolationUrl(ViolationUrl source)
public Long getId()
public void setId(Long Id)
Id
- IDpublic String getRealUrl()
public void setRealUrl(String RealUrl)
RealUrl
- 违规资源原始访问 URLpublic String getDownloadUrl()
public void setDownloadUrl(String DownloadUrl)
DownloadUrl
- 快照路径,用于控制台展示违规内容快照public String getUrlStatus()
public void setUrlStatus(String UrlStatus)
UrlStatus
- 违规资源当前状态
forbid:已封禁
release:已解封
delay : 延迟处理
reject :申诉驳回,状态仍为封禁态
complain:申诉进行中public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- 创建时间public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime
- 更新时间Copyright © 2022. All rights reserved.