public class ErrorLogItemExport extends AbstractModel
header, skipSign
Constructor and Description |
---|
ErrorLogItemExport() |
ErrorLogItemExport(ErrorLogItemExport 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 Log content.
|
String |
getLevel()
Get Specifies the log level.
|
String |
getTimestamp()
Get Time
|
void |
setContent(String Content)
Set Log content.
|
void |
setLevel(String Level)
Set Specifies the log level.
|
void |
setTimestamp(String Timestamp)
Set Time
|
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, toJsonString
public ErrorLogItemExport()
public ErrorLogItemExport(ErrorLogItemExport source)
public String getTimestamp()
public void setTimestamp(String Timestamp)
Timestamp
- Timepublic String getLevel()
public void setLevel(String Level)
Level
- Specifies the log level. valid values are note, warning, and error.public String getContent()
public void setContent(String Content)
Content
- Log content.Copyright © 2025. All rights reserved.