public class ViolationUrl extends AbstractModel
header, skipSign| 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 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 non-compliant resource
`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 non-compliant resource
`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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ViolationUrl()
public ViolationUrl(ViolationUrl source)
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 non-compliant resource
`forbid`: Blocked
`release`: Unblocked
`delay`: Processing delayed
`reject`: Appeal dismissed. It is still in `forbid` status.
`complain`: Appeal in processpublic String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime - Creation timepublic String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime - Update timeCopyright © 2025. All rights reserved.