public class LogInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
LogInfo() |
LogInfo(LogInfo 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 JSON serialized string of the log content
|
String |
getFileName()
Get Log file name
|
String |
getSource()
Get Log source IP address
|
Long |
getTimeStamp()
Get Log time, in milliseconds
|
void |
setContent(String Content)
Set JSON serialized string of the log content
|
void |
setFileName(String FileName)
Set Log file name
|
void |
setSource(String Source)
Set Log source IP address
|
void |
setTimeStamp(Long TimeStamp)
Set Log time, in milliseconds
|
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 LogInfo()
public LogInfo(LogInfo source)
public String getContent()
public void setContent(String Content)
Content
- JSON serialized string of the log contentpublic String getFileName()
public void setFileName(String FileName)
FileName
- Log file namepublic String getSource()
public void setSource(String Source)
Source
- Log source IP addresspublic Long getTimeStamp()
public void setTimeStamp(Long TimeStamp)
TimeStamp
- Log time, in millisecondsCopyright © 2025. All rights reserved.