public class ErrlogItem extends AbstractModel
Constructor and Description |
---|
ErrlogItem() |
Modifier and Type | Method and Description |
---|---|
String |
getContent()
Get Error details
Note: this field may return null, indicating that no valid values can be obtained.
|
Long |
getTimestamp()
Get Error occurrence time.
|
void |
setContent(String Content)
Set Error details
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setTimestamp(Long Timestamp)
Set Error occurrence time.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public Long getTimestamp()
public void setTimestamp(Long Timestamp)
Timestamp
- Error occurrence time.
Note: this field may return null, indicating that no valid values can be obtained.public String getContent()
public void setContent(String Content)
Content
- Error details
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2020. All rights reserved.