public class ErrlogItem extends AbstractModel
header, skipSign
Constructor and Description |
---|
ErrlogItem() |
ErrlogItem(ErrlogItem 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 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, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ErrlogItem()
public ErrlogItem(ErrlogItem source)
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 © 2024. All rights reserved.