public class LogObject extends AbstractModel
Constructor and Description |
---|
LogObject() |
LogObject(LogObject 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 日志属于的 topic 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 日志属于的 topic 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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public LogObject()
public LogObject(LogObject source)
public String getTopicId()
public void setTopicId(String TopicId)
TopicId
- 日志属于的 topic 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 © 2023. All rights reserved.