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 Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getLevel()
Get Log level.
|
String |
getTimestamp()
Get Time Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setContent(String Content)
Set Log content Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setLevel(String Level)
Set Log level.
|
void |
setTimestamp(String Timestamp)
Set Time 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, toJsonString
public ErrorLogItemExport()
public ErrorLogItemExport(ErrorLogItemExport source)
public String getTimestamp()
public void setTimestamp(String Timestamp)
Timestamp
- Time Note: This field may return null, indicating that no valid values can be obtained.public String getLevel()
public void setLevel(String Level)
Level
- Log level. Valid values: `error`, `warning`, `note`. Note: This field may return null, indicating that no valid values can be obtained.public String getContent()
public void setContent(String Content)
Content
- Log content Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.