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 错误详情 | 
| Long | getTimestamp()Get 错误发生时间。时间戳,秒级 | 
| void | setContent(String Content)Set 错误详情 | 
| void | setTimestamp(Long Timestamp)Set 错误发生时间。时间戳,秒级 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ErrlogItem()
public ErrlogItem(ErrlogItem source)
public Long getTimestamp()
public void setTimestamp(Long Timestamp)
Timestamp - 错误发生时间。时间戳,秒级public String getContent()
public void setContent(String Content)
Content - 错误详情Copyright © 2025. All rights reserved.