public class LogContent extends AbstractModel
header, skipSign
Constructor and Description |
---|
LogContent() |
LogContent(LogContent 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 |
getLog()
Get 日志内容
|
String |
getPkgId()
Get 日志包id
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getTime()
Get 日志时间戳,单位毫秒
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setLog(String Log)
Set 日志内容
|
void |
setPkgId(String PkgId)
Set 日志包id
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTime(Long Time)
Set 日志时间戳,单位毫秒
注意:此字段可能返回 null,表示取不到有效值。
|
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, toJsonString
public LogContent()
public LogContent(LogContent source)
public Long getTime()
public void setTime(Long Time)
Time
- 日志时间戳,单位毫秒
注意:此字段可能返回 null,表示取不到有效值。public String getPkgId()
public void setPkgId(String PkgId)
PkgId
- 日志包id
注意:此字段可能返回 null,表示取不到有效值。public String getLog()
public void setLog(String Log)
Log
- 日志内容Copyright © 2024. All rights reserved.