Class ProtectDirInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cwp.v20180228.models.ProtectDirInfo
-
public class ProtectDirInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetAutoRestoreSwitchStatus()Get 自动恢复开关 (Filters 过滤Quuid 时 返回) 默认0StringgetDirName()Get 网站名称StringgetDirPath()Get 网站防护目录地址StringgetFirstProtectTime()Get 首次开启防护时间 注意:此字段可能返回 null,表示取不到有效值。StringgetId()Get 唯一IDStringgetLatestProtectTime()Get 最近开启防护时间 注意:此字段可能返回 null,表示取不到有效值。LonggetNoProtectServerNum()Get 未防护服务器数LonggetProtectException()Get 防护异常LonggetProtectFilesCount()Get 防护文件总数 注意:此字段可能返回 null,表示取不到有效值。StringgetProtectFileType()Get 防护文件类型 注意:此字段可能返回 null,表示取不到有效值。LonggetProtectServerNum()Get 防护服务器数LonggetProtectStatus()Get 防护状态LonggetRelatedServerNum()Get 关联服务器数voidsetAutoRestoreSwitchStatus(Long AutoRestoreSwitchStatus)Set 自动恢复开关 (Filters 过滤Quuid 时 返回) 默认0voidsetDirName(String DirName)Set 网站名称voidsetDirPath(String DirPath)Set 网站防护目录地址voidsetFirstProtectTime(String FirstProtectTime)Set 首次开启防护时间 注意:此字段可能返回 null,表示取不到有效值。voidsetId(String Id)Set 唯一IDvoidsetLatestProtectTime(String LatestProtectTime)Set 最近开启防护时间 注意:此字段可能返回 null,表示取不到有效值。voidsetNoProtectServerNum(Long NoProtectServerNum)Set 未防护服务器数voidsetProtectException(Long ProtectException)Set 防护异常voidsetProtectFilesCount(Long ProtectFilesCount)Set 防护文件总数 注意:此字段可能返回 null,表示取不到有效值。voidsetProtectFileType(String ProtectFileType)Set 防护文件类型 注意:此字段可能返回 null,表示取不到有效值。voidsetProtectServerNum(Long ProtectServerNum)Set 防护服务器数voidsetProtectStatus(Long ProtectStatus)Set 防护状态voidsetRelatedServerNum(Long RelatedServerNum)Set 关联服务器数voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ProtectDirInfo
public ProtectDirInfo()
-
ProtectDirInfo
public 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.
-
-
Method Detail
-
getDirName
public String getDirName()
Get 网站名称- Returns:
- DirName 网站名称
-
setDirName
public void setDirName(String DirName)
Set 网站名称- Parameters:
DirName- 网站名称
-
getDirPath
public String getDirPath()
Get 网站防护目录地址- Returns:
- DirPath 网站防护目录地址
-
setDirPath
public void setDirPath(String DirPath)
Set 网站防护目录地址- Parameters:
DirPath- 网站防护目录地址
-
getRelatedServerNum
public Long getRelatedServerNum()
Get 关联服务器数- Returns:
- RelatedServerNum 关联服务器数
-
setRelatedServerNum
public void setRelatedServerNum(Long RelatedServerNum)
Set 关联服务器数- Parameters:
RelatedServerNum- 关联服务器数
-
getProtectServerNum
public Long getProtectServerNum()
Get 防护服务器数- Returns:
- ProtectServerNum 防护服务器数
-
setProtectServerNum
public void setProtectServerNum(Long ProtectServerNum)
Set 防护服务器数- Parameters:
ProtectServerNum- 防护服务器数
-
getNoProtectServerNum
public Long getNoProtectServerNum()
Get 未防护服务器数- Returns:
- NoProtectServerNum 未防护服务器数
-
setNoProtectServerNum
public void setNoProtectServerNum(Long NoProtectServerNum)
Set 未防护服务器数- Parameters:
NoProtectServerNum- 未防护服务器数
-
getId
public String getId()
Get 唯一ID- Returns:
- Id 唯一ID
-
setId
public void setId(String Id)
Set 唯一ID- Parameters:
Id- 唯一ID
-
getProtectStatus
public Long getProtectStatus()
Get 防护状态- Returns:
- ProtectStatus 防护状态
-
setProtectStatus
public void setProtectStatus(Long ProtectStatus)
Set 防护状态- Parameters:
ProtectStatus- 防护状态
-
getProtectException
public Long getProtectException()
Get 防护异常- Returns:
- ProtectException 防护异常
-
setProtectException
public void setProtectException(Long ProtectException)
Set 防护异常- Parameters:
ProtectException- 防护异常
-
getAutoRestoreSwitchStatus
public Long getAutoRestoreSwitchStatus()
Get 自动恢复开关 (Filters 过滤Quuid 时 返回) 默认0- Returns:
- AutoRestoreSwitchStatus 自动恢复开关 (Filters 过滤Quuid 时 返回) 默认0
-
setAutoRestoreSwitchStatus
public void setAutoRestoreSwitchStatus(Long AutoRestoreSwitchStatus)
Set 自动恢复开关 (Filters 过滤Quuid 时 返回) 默认0- Parameters:
AutoRestoreSwitchStatus- 自动恢复开关 (Filters 过滤Quuid 时 返回) 默认0
-
getFirstProtectTime
public String getFirstProtectTime()
Get 首次开启防护时间 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- FirstProtectTime 首次开启防护时间 注意:此字段可能返回 null,表示取不到有效值。
-
setFirstProtectTime
public void setFirstProtectTime(String FirstProtectTime)
Set 首次开启防护时间 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
FirstProtectTime- 首次开启防护时间 注意:此字段可能返回 null,表示取不到有效值。
-
getLatestProtectTime
public String getLatestProtectTime()
Get 最近开启防护时间 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- LatestProtectTime 最近开启防护时间 注意:此字段可能返回 null,表示取不到有效值。
-
setLatestProtectTime
public void setLatestProtectTime(String LatestProtectTime)
Set 最近开启防护时间 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
LatestProtectTime- 最近开启防护时间 注意:此字段可能返回 null,表示取不到有效值。
-
getProtectFileType
public String getProtectFileType()
Get 防护文件类型 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ProtectFileType 防护文件类型 注意:此字段可能返回 null,表示取不到有效值。
-
setProtectFileType
public void setProtectFileType(String ProtectFileType)
Set 防护文件类型 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ProtectFileType- 防护文件类型 注意:此字段可能返回 null,表示取不到有效值。
-
getProtectFilesCount
public Long getProtectFilesCount()
Get 防护文件总数 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ProtectFilesCount 防护文件总数 注意:此字段可能返回 null,表示取不到有效值。
-
setProtectFilesCount
public void setProtectFilesCount(Long ProtectFilesCount)
Set 防护文件总数 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ProtectFilesCount- 防护文件总数 注意:此字段可能返回 null,表示取不到有效值。
-
-