public class PeakPointsItem extends AbstractModel
header, skipSign
Constructor and Description |
---|
PeakPointsItem() |
PeakPointsItem(PeakPointsItem 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 |
getAccess()
Get QPS
|
Long |
getACL()
Get Access control
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getAttack()
Get Web attack count
|
Long |
getBlackIP()
Get Blocklist Count
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getBotAccess()
Get Bot qps
|
Long |
getCc()
Get CC attack count
|
Long |
getDown()
Get Downstream bandwidth peak, unit: B
|
Long |
getLeak()
Get Information Leakage Prevention Count
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getStatusClientError()
Get Number of times WAF returned 4xx status codes to client
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getStatusOk()
Get Number of Times WAF Returns Status Code 202 to Client
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getStatusRedirect()
Get WAF Returned to Client Status Code 302 Count
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getStatusServerError()
Get Number of 5xx status codes returned by WAF to client
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getTamper()
Get Tamper-Proof Attempts
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getTime()
Get Second-level Timestamp
|
Long |
getUp()
Get Upstream bandwidth peak, unit: B
|
Long |
getUpstreamClientError()
Get Number of times the origin server returned 4xx status codes to WAF
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getUpstreamRedirect()
Get Number of times the original server returns status code 302 to WAF
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getUpstreamServerError()
Get Number of Times the Origin Server Returned 5xx Status Codes to WAF
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getWxAccess()
Get Mini Program QPS
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getWxCount()
Get Number of mini program requests
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getWxDown()
Get Peak downstream bandwidth of the mini program.
|
Long |
getWxUp()
Get Peak upstream bandwidth of the mini program.
|
void |
setAccess(Long Access)
Set QPS
|
void |
setACL(Long ACL)
Set Access control
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setAttack(Long Attack)
Set Web attack count
|
void |
setBlackIP(Long BlackIP)
Set Blocklist Count
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setBotAccess(Long BotAccess)
Set Bot qps
|
void |
setCc(Long Cc)
Set CC attack count
|
void |
setDown(Long Down)
Set Downstream bandwidth peak, unit: B
|
void |
setLeak(Long Leak)
Set Information Leakage Prevention Count
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setStatusClientError(Long StatusClientError)
Set Number of times WAF returned 4xx status codes to client
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setStatusOk(Long StatusOk)
Set Number of Times WAF Returns Status Code 202 to Client
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setStatusRedirect(Long StatusRedirect)
Set WAF Returned to Client Status Code 302 Count
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setStatusServerError(Long StatusServerError)
Set Number of 5xx status codes returned by WAF to client
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setTamper(Long Tamper)
Set Tamper-Proof Attempts
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setTime(Long Time)
Set Second-level Timestamp
|
void |
setUp(Long Up)
Set Upstream bandwidth peak, unit: B
|
void |
setUpstreamClientError(Long UpstreamClientError)
Set Number of times the origin server returned 4xx status codes to WAF
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setUpstreamRedirect(Long UpstreamRedirect)
Set Number of times the original server returns status code 302 to WAF
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setUpstreamServerError(Long UpstreamServerError)
Set Number of Times the Origin Server Returned 5xx Status Codes to WAF
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setWxAccess(Long WxAccess)
Set Mini Program QPS
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setWxCount(Long WxCount)
Set Number of mini program requests
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setWxDown(Long WxDown)
Set Peak downstream bandwidth of the mini program.
|
void |
setWxUp(Long WxUp)
Set Peak upstream bandwidth of the mini program.
|
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 PeakPointsItem()
public PeakPointsItem(PeakPointsItem source)
public Long getTime()
public void setTime(Long Time)
Time
- Second-level Timestamppublic Long getAccess()
public void setAccess(Long Access)
Access
- QPSpublic Long getUp()
public void setUp(Long Up)
Up
- Upstream bandwidth peak, unit: Bpublic Long getDown()
public void setDown(Long Down)
Down
- Downstream bandwidth peak, unit: Bpublic Long getAttack()
public void setAttack(Long Attack)
Attack
- Web attack countpublic Long getCc()
public void setCc(Long Cc)
Cc
- CC attack countpublic Long getBotAccess()
public void setBotAccess(Long BotAccess)
BotAccess
- Bot qpspublic Long getStatusServerError()
public void setStatusServerError(Long StatusServerError)
StatusServerError
- Number of 5xx status codes returned by WAF to client
Note: This field may return null, indicating that no valid values can be obtained.public Long getStatusClientError()
public void setStatusClientError(Long StatusClientError)
StatusClientError
- Number of times WAF returned 4xx status codes to client
Note: This field may return null, indicating that no valid values can be obtained.public Long getStatusRedirect()
public void setStatusRedirect(Long StatusRedirect)
StatusRedirect
- WAF Returned to Client Status Code 302 Count
Note: This field may return null, indicating that no valid values can be obtained.public Long getStatusOk()
public void setStatusOk(Long StatusOk)
StatusOk
- Number of Times WAF Returns Status Code 202 to Client
Note: This field may return null, indicating that no valid values can be obtained.public Long getUpstreamServerError()
public void setUpstreamServerError(Long UpstreamServerError)
UpstreamServerError
- Number of Times the Origin Server Returned 5xx Status Codes to WAF
Note: This field may return null, indicating that no valid values can be obtained.public Long getUpstreamClientError()
public void setUpstreamClientError(Long UpstreamClientError)
UpstreamClientError
- Number of times the origin server returned 4xx status codes to WAF
Note: This field may return null, indicating that no valid values can be obtained.public Long getUpstreamRedirect()
public void setUpstreamRedirect(Long UpstreamRedirect)
UpstreamRedirect
- Number of times the original server returns status code 302 to WAF
Note: This field may return null, indicating that no valid values can be obtained.public Long getBlackIP()
public void setBlackIP(Long BlackIP)
BlackIP
- Blocklist Count
Note: This field may return null, indicating that no valid values can be obtained.public Long getTamper()
public void setTamper(Long Tamper)
Tamper
- Tamper-Proof Attempts
Note: This field may return null, indicating that no valid values can be obtained.public Long getLeak()
public void setLeak(Long Leak)
Leak
- Information Leakage Prevention Count
Note: This field may return null, indicating that no valid values can be obtained.public Long getACL()
public void setACL(Long ACL)
ACL
- Access control
Note: This field may return null, indicating that no valid values can be obtained.public Long getWxAccess()
public void setWxAccess(Long WxAccess)
WxAccess
- Mini Program QPS
Note: This field may return null, indicating that no valid values can be obtained.public Long getWxCount()
public void setWxCount(Long WxCount)
WxCount
- Number of mini program requests
Note: This field may return null, indicating that no valid values can be obtained.public Long getWxUp()
public void setWxUp(Long WxUp)
WxUp
- Peak upstream bandwidth of the mini program. Unit: B
Note: This field may return null, indicating that no valid values can be obtained.public Long getWxDown()
public void setWxDown(Long WxDown)
WxDown
- Peak downstream bandwidth of the mini program. Unit: B
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.