public class ProtectDirInfo extends AbstractModel
header, skipSign
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 |
getFirstProtectTime()
Get 首次开启防护时间
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getId()
Get 唯一ID
|
String |
getLatestProtectTime()
Get 最近开启防护时间
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getNoProtectServerNum()
Get 未防护服务器数
|
Long |
getProtectException()
Get 防护异常
|
Long |
getProtectFilesCount()
Get 防护文件总数
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getProtectFileType()
Get 防护文件类型
注意:此字段可能返回 null,表示取不到有效值。
|
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 |
setFirstProtectTime(String FirstProtectTime)
Set 首次开启防护时间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setId(String Id)
Set 唯一ID
|
void |
setLatestProtectTime(String LatestProtectTime)
Set 最近开启防护时间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setNoProtectServerNum(Long NoProtectServerNum)
Set 未防护服务器数
|
void |
setProtectException(Long ProtectException)
Set 防护异常
|
void |
setProtectFilesCount(Long ProtectFilesCount)
Set 防护文件总数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setProtectFileType(String ProtectFileType)
Set 防护文件类型
注意:此字段可能返回 null,表示取不到有效值。
|
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, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, 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 时 返回) 默认0public String getFirstProtectTime()
public void setFirstProtectTime(String FirstProtectTime)
FirstProtectTime
- 首次开启防护时间
注意:此字段可能返回 null,表示取不到有效值。public String getLatestProtectTime()
public void setLatestProtectTime(String LatestProtectTime)
LatestProtectTime
- 最近开启防护时间
注意:此字段可能返回 null,表示取不到有效值。public String getProtectFileType()
public void setProtectFileType(String ProtectFileType)
ProtectFileType
- 防护文件类型
注意:此字段可能返回 null,表示取不到有效值。public Long getProtectFilesCount()
public void setProtectFilesCount(Long ProtectFilesCount)
ProtectFilesCount
- 防护文件总数
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.