public class PeakPointsItem extends AbstractModel
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 |
getAttack()
Get Web攻击次数
|
Long |
getBotAccess()
Get Bot qps
|
Long |
getCc()
Get CC攻击次数
|
Long |
getDown()
Get 下行带宽峰值,单位B
|
Long |
getStatusClientError()
Get WAF返回给客户端状态码次数
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getStatusOk()
Get WAF返回给客户端状态码次数
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getStatusRedirect()
Get WAF返回给客户端状态码次数
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getStatusServerError()
Get WAF返回给客户端状态码次数
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getTime()
Get 秒级别时间戳
|
Long |
getUp()
Get 上行带宽峰值,单位B
|
Long |
getUpstreamClientError()
Get 源站返回给WAF状态码次数
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getUpstreamRedirect()
Get 源站返回给WAF状态码次数
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getUpstreamServerError()
Get 源站返回给WAF状态码次数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAccess(Long Access)
Set QPS
|
void |
setAttack(Long Attack)
Set Web攻击次数
|
void |
setBotAccess(Long BotAccess)
Set Bot qps
|
void |
setCc(Long Cc)
Set CC攻击次数
|
void |
setDown(Long Down)
Set 下行带宽峰值,单位B
|
void |
setStatusClientError(Long StatusClientError)
Set WAF返回给客户端状态码次数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setStatusOk(Long StatusOk)
Set WAF返回给客户端状态码次数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setStatusRedirect(Long StatusRedirect)
Set WAF返回给客户端状态码次数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setStatusServerError(Long StatusServerError)
Set WAF返回给客户端状态码次数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTime(Long Time)
Set 秒级别时间戳
|
void |
setUp(Long Up)
Set 上行带宽峰值,单位B
|
void |
setUpstreamClientError(Long UpstreamClientError)
Set 源站返回给WAF状态码次数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setUpstreamRedirect(Long UpstreamRedirect)
Set 源站返回给WAF状态码次数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setUpstreamServerError(Long UpstreamServerError)
Set 源站返回给WAF状态码次数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, 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返回给客户端状态码次数
注意:此字段可能返回 null,表示取不到有效值。public Long getStatusClientError()
public void setStatusClientError(Long StatusClientError)
StatusClientError
- WAF返回给客户端状态码次数
注意:此字段可能返回 null,表示取不到有效值。public Long getStatusRedirect()
public void setStatusRedirect(Long StatusRedirect)
StatusRedirect
- WAF返回给客户端状态码次数
注意:此字段可能返回 null,表示取不到有效值。public Long getStatusOk()
public void setStatusOk(Long StatusOk)
StatusOk
- WAF返回给客户端状态码次数
注意:此字段可能返回 null,表示取不到有效值。public Long getUpstreamServerError()
public void setUpstreamServerError(Long UpstreamServerError)
UpstreamServerError
- 源站返回给WAF状态码次数
注意:此字段可能返回 null,表示取不到有效值。public Long getUpstreamClientError()
public void setUpstreamClientError(Long UpstreamClientError)
UpstreamClientError
- 源站返回给WAF状态码次数
注意:此字段可能返回 null,表示取不到有效值。public Long getUpstreamRedirect()
public void setUpstreamRedirect(Long UpstreamRedirect)
UpstreamRedirect
- 源站返回给WAF状态码次数
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.