public class WebLogs extends AbstractModel
| Constructor and Description | 
|---|
WebLogs()  | 
WebLogs(WebLogs 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 | 
getAttackContent()
Get Attack content
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getAttackIp()
Get Attack IP
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
Long | 
getAttackTime()
Get Attack time. 
 | 
String | 
getAttackType()
Get Attack type
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getDisposalMethod()
Get Processing method
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getDomain()
Get Domain name
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getEventId()
Get Event ID
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getHttpLog()
Get http_log
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getMsuuid()
Get uuid
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getRequestMethod()
Get Request method
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getRequestUri()
Get Request URI
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getRiskLevel()
Get Risk grade
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
Long | 
getRuleId()
Get Rule ID
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getSipCountryCode()
Get IP country/region
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getUa()
Get user agent
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setAttackContent(String AttackContent)
Set Attack content
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setAttackIp(String AttackIp)
Set Attack IP
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setAttackTime(Long AttackTime)
Set Attack time. 
 | 
void | 
setAttackType(String AttackType)
Set Attack type
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setDisposalMethod(String DisposalMethod)
Set Processing method
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setDomain(String Domain)
Set Domain name
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setEventId(String EventId)
Set Event ID
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setHttpLog(String HttpLog)
Set http_log
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setMsuuid(String Msuuid)
Set uuid
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setRequestMethod(String RequestMethod)
Set Request method
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setRequestUri(String RequestUri)
Set Request URI
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setRiskLevel(String RiskLevel)
Set Risk grade
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setRuleId(Long RuleId)
Set Rule ID
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setSipCountryCode(String SipCountryCode)
Set IP country/region
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setUa(String Ua)
Set user agent
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, toJsonStringpublic WebLogs()
public WebLogs(WebLogs source)
public String getAttackContent()
public void setAttackContent(String AttackContent)
AttackContent - Attack content
Note: This field may return null, indicating that no valid values can be obtained.public String getAttackIp()
public void setAttackIp(String AttackIp)
AttackIp - Attack IP
Note: This field may return null, indicating that no valid values can be obtained.public String getAttackType()
public void setAttackType(String AttackType)
AttackType - Attack type
Note: This field may return null, indicating that no valid values can be obtained.public String getDomain()
public void setDomain(String Domain)
Domain - Domain name
Note: This field may return null, indicating that no valid values can be obtained.public String getMsuuid()
public void setMsuuid(String Msuuid)
Msuuid - uuid
Note: This field may return null, indicating that no valid values can be obtained.public String getRequestMethod()
public void setRequestMethod(String RequestMethod)
RequestMethod - Request method
Note: This field may return null, indicating that no valid values can be obtained.public String getRequestUri()
public void setRequestUri(String RequestUri)
RequestUri - Request URI
Note: This field may return null, indicating that no valid values can be obtained.public String getRiskLevel()
public void setRiskLevel(String RiskLevel)
RiskLevel - Risk grade
Note: This field may return null, indicating that no valid values can be obtained.public Long getRuleId()
public void setRuleId(Long RuleId)
RuleId - Rule ID
Note: This field may return null, indicating that no valid values can be obtained.public String getSipCountryCode()
public void setSipCountryCode(String SipCountryCode)
SipCountryCode - IP country/region
Note: This field may return null, indicating that no valid values can be obtained.public String getEventId()
public void setEventId(String EventId)
EventId - Event ID
Note: This field may return null, indicating that no valid values can be obtained.public String getDisposalMethod()
public void setDisposalMethod(String DisposalMethod)
DisposalMethod - Processing method
Note: This field may return null, indicating that no valid values can be obtained.public String getHttpLog()
public void setHttpLog(String HttpLog)
HttpLog - http_log
Note: This field may return null, indicating that no valid values can be obtained.public String getUa()
public void setUa(String Ua)
Ua - user agent
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. For consistency considerations, the original parameter `time` was renamed `AttackTime`.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.