Class PreviewLogStatistic
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cls.v20201016.models.PreviewLogStatistic
-
public class PreviewLogStatistic extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description PreviewLogStatistic()PreviewLogStatistic(PreviewLogStatistic 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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDstTopicId()Get 目标日志主题StringgetDstTopicName()Get 目标topic-name 注意:此字段可能返回 null,表示取不到有效值。StringgetFailReason()Get 失败错误码, 空字符串""表示正常LonggetLineNum()Get 行号StringgetLogContent()Get 日志内容StringgetTime()Get 日志时间戳voidsetDstTopicId(String DstTopicId)Set 目标日志主题voidsetDstTopicName(String DstTopicName)Set 目标topic-name 注意:此字段可能返回 null,表示取不到有效值。voidsetFailReason(String FailReason)Set 失败错误码, 空字符串""表示正常voidsetLineNum(Long LineNum)Set 行号voidsetLogContent(String LogContent)Set 日志内容voidsetTime(String Time)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
-
PreviewLogStatistic
public PreviewLogStatistic()
-
PreviewLogStatistic
public PreviewLogStatistic(PreviewLogStatistic 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
-
getLogContent
public String getLogContent()
Get 日志内容- Returns:
- LogContent 日志内容
-
setLogContent
public void setLogContent(String LogContent)
Set 日志内容- Parameters:
LogContent- 日志内容
-
getLineNum
public Long getLineNum()
Get 行号- Returns:
- LineNum 行号
-
setLineNum
public void setLineNum(Long LineNum)
Set 行号- Parameters:
LineNum- 行号
-
getDstTopicId
public String getDstTopicId()
Get 目标日志主题- Returns:
- DstTopicId 目标日志主题
-
setDstTopicId
public void setDstTopicId(String DstTopicId)
Set 目标日志主题- Parameters:
DstTopicId- 目标日志主题
-
getFailReason
public String getFailReason()
Get 失败错误码, 空字符串""表示正常- Returns:
- FailReason 失败错误码, 空字符串""表示正常
-
setFailReason
public void setFailReason(String FailReason)
Set 失败错误码, 空字符串""表示正常- Parameters:
FailReason- 失败错误码, 空字符串""表示正常
-
getTime
public String getTime()
Get 日志时间戳- Returns:
- Time 日志时间戳
-
setTime
public void setTime(String Time)
Set 日志时间戳- Parameters:
Time- 日志时间戳
-
getDstTopicName
public String getDstTopicName()
Get 目标topic-name 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- DstTopicName 目标topic-name 注意:此字段可能返回 null,表示取不到有效值。
-
setDstTopicName
public void setDstTopicName(String DstTopicName)
Set 目标topic-name 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
DstTopicName- 目标topic-name 注意:此字段可能返回 null,表示取不到有效值。
-
-