public class ScreenAttackHotspot extends AbstractModel
header, skipSign
Constructor and Description |
---|
ScreenAttackHotspot() |
ScreenAttackHotspot(ScreenAttackHotspot 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 |
---|---|
String |
getCreatedTime()
Get Time
|
String |
getDstIp()
Get Victim IP address
|
String |
getEventName()
Get Event name
|
String |
getRegion()
Get Region
|
String |
getSrcIp()
Get Attacker IP address
|
void |
setCreatedTime(String CreatedTime)
Set Time
|
void |
setDstIp(String DstIp)
Set Victim IP address
|
void |
setEventName(String EventName)
Set Event name
|
void |
setRegion(String Region)
Set Region
|
void |
setSrcIp(String SrcIp)
Set Attacker IP address
|
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 ScreenAttackHotspot()
public ScreenAttackHotspot(ScreenAttackHotspot source)
public String getEventName()
public void setEventName(String EventName)
EventName
- Event namepublic String getSrcIp()
public void setSrcIp(String SrcIp)
SrcIp
- Attacker IP addresspublic String getDstIp()
public void setDstIp(String DstIp)
DstIp
- Victim IP addresspublic String getRegion()
public void setRegion(String Region)
Region
- Regionpublic String getCreatedTime()
public void setCreatedTime(String CreatedTime)
CreatedTime
- TimeCopyright © 2024. All rights reserved.