public class ErrlogItem extends AbstractModel
Constructor and Description |
---|
ErrlogItem() |
Modifier and Type | Method and Description |
---|---|
String |
getContent()
Get 错误详情
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getTimestamp()
Get 错误发生时间。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setContent(String Content)
Set 错误详情
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTimestamp(Long Timestamp)
Set 错误发生时间。
注意:此字段可能返回 null,表示取不到有效值。
|
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
- 错误发生时间。
注意:此字段可能返回 null,表示取不到有效值。public String getContent()
public void setContent(String Content)
Content
- 错误详情
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2020. All rights reserved.