public class ViolationUrl extends AbstractModel
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 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, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, 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
- 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 © 2023. All rights reserved.