Class LogObject
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcb.v20180608.models.LogObject
-
public class LogObject extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContent()Get 日志内容StringgetFileName()Get 采集路径StringgetSource()Get 日志来源设备StringgetTimestamp()Get 日志时间StringgetTopicId()Get 日志属于的 topic IDStringgetTopicName()Get 日志主题的名字voidsetContent(String Content)Set 日志内容voidsetFileName(String FileName)Set 采集路径voidsetSource(String Source)Set 日志来源设备voidsetTimestamp(String Timestamp)Set 日志时间voidsetTopicId(String TopicId)Set 日志属于的 topic IDvoidsetTopicName(String TopicName)Set 日志主题的名字voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
LogObject
public LogObject()
-
LogObject
public 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.
-
-
Method Detail
-
getTopicId
public String getTopicId()
Get 日志属于的 topic ID- Returns:
- TopicId 日志属于的 topic ID
-
setTopicId
public void setTopicId(String TopicId)
Set 日志属于的 topic ID- Parameters:
TopicId- 日志属于的 topic ID
-
getTopicName
public String getTopicName()
Get 日志主题的名字- Returns:
- TopicName 日志主题的名字
-
setTopicName
public void setTopicName(String TopicName)
Set 日志主题的名字- Parameters:
TopicName- 日志主题的名字
-
getTimestamp
public String getTimestamp()
Get 日志时间- Returns:
- Timestamp 日志时间
-
setTimestamp
public void setTimestamp(String Timestamp)
Set 日志时间- Parameters:
Timestamp- 日志时间
-
getContent
public String getContent()
Get 日志内容- Returns:
- Content 日志内容
-
setContent
public void setContent(String Content)
Set 日志内容- Parameters:
Content- 日志内容
-
getFileName
public String getFileName()
Get 采集路径- Returns:
- FileName 采集路径
-
setFileName
public void setFileName(String FileName)
Set 采集路径- Parameters:
FileName- 采集路径
-
getSource
public String getSource()
Get 日志来源设备- Returns:
- Source 日志来源设备
-
setSource
public void setSource(String Source)
Set 日志来源设备- Parameters:
Source- 日志来源设备
-
-