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 访问控制
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getAttack()
Get Web攻击次数
|
Long |
getBlackIP()
Get 黑名单次数
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getBotAccess()
Get Bot qps
|
Long |
getCc()
Get CC攻击次数
|
Long |
getDown()
Get 下行带宽峰值,单位B
|
Long |
getLeak()
Get 信息防泄露次数
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getStatusClientError()
Get WAF返回给客户端状态码4xx次数
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getStatusOk()
Get WAF返回给客户端状态码202次数
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getStatusRedirect()
Get WAF返回给客户端状态码302次数
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getStatusServerError()
Get WAF返回给客户端状态码5xx次数
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getTamper()
Get 防篡改次数
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getTime()
Get 秒级别时间戳
|
Long |
getUp()
Get 上行带宽峰值,单位B
|
Long |
getUpstreamClientError()
Get 源站返回给WAF状态码4xx次数
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getUpstreamRedirect()
Get 源站返回给WAF状态码302次数
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getUpstreamServerError()
Get 源站返回给WAF状态码5xx次数
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getWxAccess()
Get 小程序 qps
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getWxCount()
Get 小程序请求数
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getWxDown()
Get 小程序下行带宽峰值,单位B
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getWxUp()
Get 小程序上行带宽峰值,单位B
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAccess(Long Access)
Set QPS
|
void |
setACL(Long ACL)
Set 访问控制
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAttack(Long Attack)
Set Web攻击次数
|
void |
setBlackIP(Long BlackIP)
Set 黑名单次数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setBotAccess(Long BotAccess)
Set Bot qps
|
void |
setCc(Long Cc)
Set CC攻击次数
|
void |
setDown(Long Down)
Set 下行带宽峰值,单位B
|
void |
setLeak(Long Leak)
Set 信息防泄露次数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setStatusClientError(Long StatusClientError)
Set WAF返回给客户端状态码4xx次数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setStatusOk(Long StatusOk)
Set WAF返回给客户端状态码202次数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setStatusRedirect(Long StatusRedirect)
Set WAF返回给客户端状态码302次数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setStatusServerError(Long StatusServerError)
Set WAF返回给客户端状态码5xx次数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTamper(Long Tamper)
Set 防篡改次数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTime(Long Time)
Set 秒级别时间戳
|
void |
setUp(Long Up)
Set 上行带宽峰值,单位B
|
void |
setUpstreamClientError(Long UpstreamClientError)
Set 源站返回给WAF状态码4xx次数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setUpstreamRedirect(Long UpstreamRedirect)
Set 源站返回给WAF状态码302次数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setUpstreamServerError(Long UpstreamServerError)
Set 源站返回给WAF状态码5xx次数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setWxAccess(Long WxAccess)
Set 小程序 qps
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setWxCount(Long WxCount)
Set 小程序请求数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setWxDown(Long WxDown)
Set 小程序下行带宽峰值,单位B
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setWxUp(Long WxUp)
Set 小程序上行带宽峰值,单位B
注意:此字段可能返回 null,表示取不到有效值。
|
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 PeakPointsItem()
public PeakPointsItem(PeakPointsItem source)
public Long getTime()
public void setTime(Long Time)
Time
- 秒级别时间戳public Long getAccess()
public void setAccess(Long Access)
Access
- QPSpublic Long getUp()
public void setUp(Long Up)
Up
- 上行带宽峰值,单位Bpublic Long getDown()
public void setDown(Long Down)
Down
- 下行带宽峰值,单位Bpublic Long getAttack()
public void setAttack(Long Attack)
Attack
- Web攻击次数public Long getCc()
public void setCc(Long Cc)
Cc
- CC攻击次数public Long getBotAccess()
public void setBotAccess(Long BotAccess)
BotAccess
- Bot qpspublic Long getStatusServerError()
public void setStatusServerError(Long StatusServerError)
StatusServerError
- WAF返回给客户端状态码5xx次数
注意:此字段可能返回 null,表示取不到有效值。public Long getStatusClientError()
public void setStatusClientError(Long StatusClientError)
StatusClientError
- WAF返回给客户端状态码4xx次数
注意:此字段可能返回 null,表示取不到有效值。public Long getStatusRedirect()
public void setStatusRedirect(Long StatusRedirect)
StatusRedirect
- WAF返回给客户端状态码302次数
注意:此字段可能返回 null,表示取不到有效值。public Long getStatusOk()
public void setStatusOk(Long StatusOk)
StatusOk
- WAF返回给客户端状态码202次数
注意:此字段可能返回 null,表示取不到有效值。public Long getUpstreamServerError()
public void setUpstreamServerError(Long UpstreamServerError)
UpstreamServerError
- 源站返回给WAF状态码5xx次数
注意:此字段可能返回 null,表示取不到有效值。public Long getUpstreamClientError()
public void setUpstreamClientError(Long UpstreamClientError)
UpstreamClientError
- 源站返回给WAF状态码4xx次数
注意:此字段可能返回 null,表示取不到有效值。public Long getUpstreamRedirect()
public void setUpstreamRedirect(Long UpstreamRedirect)
UpstreamRedirect
- 源站返回给WAF状态码302次数
注意:此字段可能返回 null,表示取不到有效值。public Long getBlackIP()
public void setBlackIP(Long BlackIP)
BlackIP
- 黑名单次数
注意:此字段可能返回 null,表示取不到有效值。public Long getTamper()
public void setTamper(Long Tamper)
Tamper
- 防篡改次数
注意:此字段可能返回 null,表示取不到有效值。public Long getLeak()
public void setLeak(Long Leak)
Leak
- 信息防泄露次数
注意:此字段可能返回 null,表示取不到有效值。public Long getACL()
public void setACL(Long ACL)
ACL
- 访问控制
注意:此字段可能返回 null,表示取不到有效值。public Long getWxAccess()
public void setWxAccess(Long WxAccess)
WxAccess
- 小程序 qps
注意:此字段可能返回 null,表示取不到有效值。public Long getWxCount()
public void setWxCount(Long WxCount)
WxCount
- 小程序请求数
注意:此字段可能返回 null,表示取不到有效值。public Long getWxUp()
public void setWxUp(Long WxUp)
WxUp
- 小程序上行带宽峰值,单位B
注意:此字段可能返回 null,表示取不到有效值。public Long getWxDown()
public void setWxDown(Long WxDown)
WxDown
- 小程序下行带宽峰值,单位B
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.