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, toJsonStringpublic 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 © 2021. All rights reserved.