public class ClsLogObject extends AbstractModel
header, skipSign
Constructor and Description |
---|
ClsLogObject() |
ClsLogObject(ClsLogObject 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 日志内容
|
String |
getFilename()
Get 采集路径
|
String |
getSource()
Get 日志来源设备
|
String |
getTimestamp()
Get 日志时间
|
String |
getTopicId()
Get 主题ID
|
String |
getTopicName()
Get 主题名字
|
void |
setContent(String Content)
Set 日志内容
|
void |
setFilename(String Filename)
Set 采集路径
|
void |
setSource(String Source)
Set 日志来源设备
|
void |
setTimestamp(String Timestamp)
Set 日志时间
|
void |
setTopicId(String TopicId)
Set 主题ID
|
void |
setTopicName(String TopicName)
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, toJsonString
public ClsLogObject()
public ClsLogObject(ClsLogObject source)
public String getTopicId()
public void setTopicId(String TopicId)
TopicId
- 主题IDpublic String getTopicName()
public void setTopicName(String TopicName)
TopicName
- 主题名字public String getTimestamp()
public void setTimestamp(String Timestamp)
Timestamp
- 日志时间public String getContent()
public void setContent(String Content)
Content
- 日志内容public String getFilename()
public void setFilename(String Filename)
Filename
- 采集路径public String getSource()
public void setSource(String Source)
Source
- 日志来源设备Copyright © 2024. All rights reserved.