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 时间 | 
| String | getDstIp()Get 受害者IP | 
| String | getEventName()Get 事件名 | 
| String | getRegion()Get 地域 | 
| String | getSrcIp()Get 攻击者IP | 
| void | setCreatedTime(String CreatedTime)Set 时间 | 
| void | setDstIp(String DstIp)Set 受害者IP | 
| void | setEventName(String EventName)Set 事件名 | 
| void | setRegion(String Region)Set 地域 | 
| void | setSrcIp(String SrcIp)Set 攻击者IP | 
| 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, toJsonStringpublic ScreenAttackHotspot()
public ScreenAttackHotspot(ScreenAttackHotspot source)
public String getEventName()
public void setEventName(String EventName)
EventName - 事件名public String getSrcIp()
public void setSrcIp(String SrcIp)
SrcIp - 攻击者IPpublic String getDstIp()
public void setDstIp(String DstIp)
DstIp - 受害者IPpublic String getRegion()
public void setRegion(String Region)
Region - 地域public String getCreatedTime()
public void setCreatedTime(String CreatedTime)
CreatedTime - 时间Copyright © 2025. All rights reserved.