public class DescribeWebPageGeneralizeResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeWebPageGeneralizeResponse() |
DescribeWebPageGeneralizeResponse(DescribeWebPageGeneralizeResponse 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 |
getProtectDirNum()
Get 防护目录数
|
Long |
getProtectFileNum()
Get 防护文件数
|
Long |
getProtectHostNum()
Get 防护主机数
|
Long |
getProtectMonitor()
Get 防护监测 0 未开启 1 已开启 2 异常
|
Long |
getProtectToday()
Get 今日防护数
|
String |
getRequestId()
Get 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
Long |
getTamperFileNum()
Get 篡改文件数
|
Long |
getTamperNum()
Get 篡改数
|
void |
setProtectDirNum(Long ProtectDirNum)
Set 防护目录数
|
void |
setProtectFileNum(Long ProtectFileNum)
Set 防护文件数
|
void |
setProtectHostNum(Long ProtectHostNum)
Set 防护主机数
|
void |
setProtectMonitor(Long ProtectMonitor)
Set 防护监测 0 未开启 1 已开启 2 异常
|
void |
setProtectToday(Long ProtectToday)
Set 今日防护数
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
void |
setTamperFileNum(Long TamperFileNum)
Set 篡改文件数
|
void |
setTamperNum(Long TamperNum)
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 DescribeWebPageGeneralizeResponse()
public DescribeWebPageGeneralizeResponse(DescribeWebPageGeneralizeResponse source)
public Long getProtectMonitor()
public void setProtectMonitor(Long ProtectMonitor)
ProtectMonitor
- 防护监测 0 未开启 1 已开启 2 异常public Long getProtectDirNum()
public void setProtectDirNum(Long ProtectDirNum)
ProtectDirNum
- 防护目录数public Long getProtectFileNum()
public void setProtectFileNum(Long ProtectFileNum)
ProtectFileNum
- 防护文件数public Long getTamperFileNum()
public void setTamperFileNum(Long TamperFileNum)
TamperFileNum
- 篡改文件数public Long getTamperNum()
public void setTamperNum(Long TamperNum)
TamperNum
- 篡改数public Long getProtectToday()
public void setProtectToday(Long ProtectToday)
ProtectToday
- 今日防护数public Long getProtectHostNum()
public void setProtectHostNum(Long ProtectHostNum)
ProtectHostNum
- 防护主机数public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。Copyright © 2024. All rights reserved.