public class CCLog extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CCLog() | 
| CCLog(CCLog 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 | getAttackDomain()Get Attack domain name
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getAttackSip()Get Attack source IP
Note: This field may return null, indicating that no valid values can be obtained. | 
| Long | getAttackTime()Get Attack time
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 | getEventId()Get Event ID
Note: This field may return null, indicating that no valid values can be obtained. | 
| Long | getHitCount()Get Number of hits
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 | 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 number
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. | 
| void | setAttackDomain(String AttackDomain)Set Attack domain name
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setAttackSip(String AttackSip)Set Attack source IP
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setAttackTime(Long AttackTime)Set Attack time
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 | setEventId(String EventId)Set Event ID
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setHitCount(Long HitCount)Set Number of hits
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 | 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 number
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 | 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, toJsonStringpublic CCLog()
public CCLog(CCLog source)
public Long getAttackTime()
public void setAttackTime(Long AttackTime)
AttackTime - Attack time
Note: This field may return null, indicating that no valid values can be obtained.public String getAttackSip()
public void setAttackSip(String AttackSip)
AttackSip - Attack source IP
Note: This field may return null, indicating that no valid values can be obtained.public String getAttackDomain()
public void setAttackDomain(String AttackDomain)
AttackDomain - Attack domain name
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 Long getHitCount()
public void setHitCount(Long HitCount)
HitCount - Number of hits
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 Long getRuleId()
public void setRuleId(Long RuleId)
RuleId - Rule number
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.Copyright © 2024. All rights reserved.