public class ViolationUrl extends AbstractModel
Constructor and Description |
---|
ViolationUrl() |
Modifier and Type | Method and Description |
---|---|
String |
getCreateTime()
Get Creation time
|
String |
getDownloadUrl()
Get Snapshot path.
|
Long |
getId()
Get ID
|
String |
getRealUrl()
Get Origin access URL of the resource in violation
|
String |
getUpdateTime()
Get Update time
|
String |
getUrlStatus()
Get Current status of the resources in violation
forbid: blocked
release: unblocked
delay: processing delayed
reject: appeal dismissed.
|
void |
setCreateTime(String CreateTime)
Set Creation time
|
void |
setDownloadUrl(String DownloadUrl)
Set Snapshot path.
|
void |
setId(Long Id)
Set ID
|
void |
setRealUrl(String RealUrl)
Set Origin access URL of the resource in violation
|
void |
setUpdateTime(String UpdateTime)
Set Update time
|
void |
setUrlStatus(String UrlStatus)
Set Current status of the resources in violation
forbid: blocked
release: unblocked
delay: processing delayed
reject: appeal dismissed.
|
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 Long getId()
public void setId(Long Id)
Id
- IDpublic String getRealUrl()
public void setRealUrl(String RealUrl)
RealUrl
- Origin access URL of the resource in violationpublic String getDownloadUrl()
public void setDownloadUrl(String DownloadUrl)
DownloadUrl
- Snapshot path. This is used to display a snapshot of the content in violation on the console.public String getUrlStatus()
public void setUrlStatus(String UrlStatus)
UrlStatus
- Current status of the resources in violation
forbid: blocked
release: unblocked
delay: processing delayed
reject: appeal dismissed. The status is still blocked.
complain: appeal in processpublic String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- Creation timepublic String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime
- Update timeCopyright © 2020. All rights reserved.