public class ProtectURLInfo extends AbstractModel
Constructor and Description |
---|
ProtectURLInfo() |
ProtectURLInfo(ProtectURLInfo 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 xxx
|
String |
getProtectURL()
Get xxx
|
Long |
getProtectURLId()
Get xxx
|
String |
getProtectURLNote()
Get xxx
|
Long |
getProtectURLStatus()
Get xxx
|
String |
getProtectWeb()
Get xxx
|
void |
setCreateTime(String CreateTime)
Set xxx
|
void |
setProtectURL(String ProtectURL)
Set xxx
|
void |
setProtectURLId(Long ProtectURLId)
Set xxx
|
void |
setProtectURLNote(String ProtectURLNote)
Set xxx
|
void |
setProtectURLStatus(Long ProtectURLStatus)
Set xxx
|
void |
setProtectWeb(String ProtectWeb)
Set xxx
|
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 ProtectURLInfo()
public ProtectURLInfo(ProtectURLInfo source)
public Long getProtectURLId()
public void setProtectURLId(Long ProtectURLId)
ProtectURLId
- xxxpublic String getProtectURL()
public void setProtectURL(String ProtectURL)
ProtectURL
- xxxpublic String getProtectWeb()
public void setProtectWeb(String ProtectWeb)
ProtectWeb
- xxxpublic Long getProtectURLStatus()
public void setProtectURLStatus(Long ProtectURLStatus)
ProtectURLStatus
- xxxpublic String getProtectURLNote()
public void setProtectURLNote(String ProtectURLNote)
ProtectURLNote
- xxxpublic String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- xxxCopyright © 2022. All rights reserved.