public class AttackLogInfo extends AbstractModel
skipSign
Constructor and Description |
---|
AttackLogInfo() |
AttackLogInfo(AttackLogInfo 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 |
getContent()
Get 攻击日志的详情内容
|
String |
getFileName()
Get CLS返回内容
|
String |
getSource()
Get CLS返回内容
|
String |
getTimeStamp()
Get CLS返回内容
|
void |
setContent(String Content)
Set 攻击日志的详情内容
|
void |
setFileName(String FileName)
Set CLS返回内容
|
void |
setSource(String Source)
Set CLS返回内容
|
void |
setTimeStamp(String TimeStamp)
Set CLS返回内容
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public AttackLogInfo()
public AttackLogInfo(AttackLogInfo source)
public String getContent()
public void setContent(String Content)
Content
- 攻击日志的详情内容public String getFileName()
public void setFileName(String FileName)
FileName
- CLS返回内容public String getSource()
public void setSource(String Source)
Source
- CLS返回内容public String getTimeStamp()
public void setTimeStamp(String TimeStamp)
TimeStamp
- CLS返回内容Copyright © 2023. All rights reserved.