public class ProtectDirInfo extends AbstractModel
Constructor and Description |
---|
ProtectDirInfo() |
ProtectDirInfo(ProtectDirInfo 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 |
---|---|
Long |
getAutoRestoreSwitchStatus()
Get 自动恢复开关 (Filters 过滤Quuid 时 返回) 默认0
|
String |
getDirName()
Get 网站名称
|
String |
getDirPath()
Get 网站防护目录地址
|
String |
getId()
Get 唯一ID
|
Long |
getNoProtectServerNum()
Get 未防护服务器数
|
Long |
getProtectException()
Get 防护异常
|
Long |
getProtectServerNum()
Get 防护服务器数
|
Long |
getProtectStatus()
Get 防护状态
|
Long |
getRelatedServerNum()
Get 关联服务器数
|
void |
setAutoRestoreSwitchStatus(Long AutoRestoreSwitchStatus)
Set 自动恢复开关 (Filters 过滤Quuid 时 返回) 默认0
|
void |
setDirName(String DirName)
Set 网站名称
|
void |
setDirPath(String DirPath)
Set 网站防护目录地址
|
void |
setId(String Id)
Set 唯一ID
|
void |
setNoProtectServerNum(Long NoProtectServerNum)
Set 未防护服务器数
|
void |
setProtectException(Long ProtectException)
Set 防护异常
|
void |
setProtectServerNum(Long ProtectServerNum)
Set 防护服务器数
|
void |
setProtectStatus(Long ProtectStatus)
Set 防护状态
|
void |
setRelatedServerNum(Long RelatedServerNum)
Set 关联服务器数
|
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 ProtectDirInfo()
public ProtectDirInfo(ProtectDirInfo source)
public String getDirName()
public void setDirName(String DirName)
DirName
- 网站名称public String getDirPath()
public void setDirPath(String DirPath)
DirPath
- 网站防护目录地址public Long getRelatedServerNum()
public void setRelatedServerNum(Long RelatedServerNum)
RelatedServerNum
- 关联服务器数public Long getProtectServerNum()
public void setProtectServerNum(Long ProtectServerNum)
ProtectServerNum
- 防护服务器数public Long getNoProtectServerNum()
public void setNoProtectServerNum(Long NoProtectServerNum)
NoProtectServerNum
- 未防护服务器数public String getId()
public void setId(String Id)
Id
- 唯一IDpublic Long getProtectStatus()
public void setProtectStatus(Long ProtectStatus)
ProtectStatus
- 防护状态public Long getProtectException()
public void setProtectException(Long ProtectException)
ProtectException
- 防护异常public Long getAutoRestoreSwitchStatus()
public void setAutoRestoreSwitchStatus(Long AutoRestoreSwitchStatus)
AutoRestoreSwitchStatus
- 自动恢复开关 (Filters 过滤Quuid 时 返回) 默认0Copyright © 2021. All rights reserved.