public class WebAttackEvent extends AbstractModel
Constructor and Description |
---|
WebAttackEvent() |
WebAttackEvent(WebAttackEvent 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 |
getAttackTime()
Get Attack time in seconds
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getAttackUrl()
Get Attack URL
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getClientIp()
Get Client IP
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setAttackTime(Long AttackTime)
Set Attack time in seconds
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setAttackUrl(String AttackUrl)
Set Attack URL
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setClientIp(String ClientIp)
Set Client IP
Note: This field may return null, indicating that no valid values can be obtained.
|
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 WebAttackEvent()
public WebAttackEvent(WebAttackEvent source)
public String getClientIp()
public void setClientIp(String ClientIp)
ClientIp
- Client IP
Note: This field may return null, indicating that no valid values can be obtained.public String getAttackUrl()
public void setAttackUrl(String AttackUrl)
AttackUrl
- Attack URL
Note: This field may return null, indicating that no valid values can be obtained.public Long getAttackTime()
public void setAttackTime(Long AttackTime)
AttackTime
- Attack time in seconds
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.