public class ProtectURLInfo extends AbstractModel
header, skipSign
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 创建时间
|
String |
getProtectURL()
Get 保护网站
|
Long |
getProtectURLId()
Get 保护网站ID
|
String |
getProtectURLNote()
Get 网站审核不通过原因
|
Long |
getProtectURLStatus()
Get 保护网站审核状态 1-审核中 2-审核不通过 3-审核通过
|
String |
getProtectWeb()
Get 保护网站名称
|
void |
setCreateTime(String CreateTime)
Set 创建时间
|
void |
setProtectURL(String ProtectURL)
Set 保护网站
|
void |
setProtectURLId(Long ProtectURLId)
Set 保护网站ID
|
void |
setProtectURLNote(String ProtectURLNote)
Set 网站审核不通过原因
|
void |
setProtectURLStatus(Long ProtectURLStatus)
Set 保护网站审核状态 1-审核中 2-审核不通过 3-审核通过
|
void |
setProtectWeb(String ProtectWeb)
Set 保护网站名称
|
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, toJsonString
public ProtectURLInfo()
public ProtectURLInfo(ProtectURLInfo source)
public Long getProtectURLId()
public void setProtectURLId(Long ProtectURLId)
ProtectURLId
- 保护网站IDpublic String getProtectURL()
public void setProtectURL(String ProtectURL)
ProtectURL
- 保护网站public String getProtectWeb()
public void setProtectWeb(String ProtectWeb)
ProtectWeb
- 保护网站名称public Long getProtectURLStatus()
public void setProtectURLStatus(Long ProtectURLStatus)
ProtectURLStatus
- 保护网站审核状态 1-审核中 2-审核不通过 3-审核通过public String getProtectURLNote()
public void setProtectURLNote(String ProtectURLNote)
ProtectURLNote
- 网站审核不通过原因public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- 创建时间Copyright © 2024. All rights reserved.