public class PreviewLogStatistic extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getDstTopicId()
Get Target log topic
|
String |
getDstTopicName()
Get Target topic name
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getFailReason()
Get Error code.
|
Long |
getLineNum()
Get Line number
|
String |
getLogContent()
Get Log content
|
String |
getTime()
Get Log timestamp
|
void |
setDstTopicId(String DstTopicId)
Set Target log topic
|
void |
setDstTopicName(String DstTopicName)
Set Target topic name
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setFailReason(String FailReason)
Set Error code.
|
void |
setLineNum(Long LineNum)
Set Line number
|
void |
setLogContent(String LogContent)
Set Log content
|
void |
setTime(String Time)
Set Log timestamp
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public PreviewLogStatistic()
public PreviewLogStatistic(PreviewLogStatistic source)
public String getLogContent()
public void setLogContent(String LogContent)
LogContent
- Log contentpublic Long getLineNum()
public void setLineNum(Long LineNum)
LineNum
- Line numberpublic String getDstTopicId()
public void setDstTopicId(String DstTopicId)
DstTopicId
- Target log topicpublic String getFailReason()
public void setFailReason(String FailReason)
FailReason
- Error code. An empty string "" indicates no error.public String getTime()
public void setTime(String Time)
Time
- Log timestamppublic String getDstTopicName()
public void setDstTopicName(String DstTopicName)
DstTopicName
- Target topic name
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.