Class JobLogResult
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dlc.v20210125.models.JobLogResult
-
public class JobLogResult extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description JobLogResult()
JobLogResult(JobLogResult 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 String
getLogJson()
Get 日志内容,json字符串 注意:此字段可能返回 null,表示取不到有效值。String
getPkgLogId()
Get 日志ID 注意:此字段可能返回 null,表示取不到有效值。Long
getTime()
Get 日志时间戳,毫秒 注意:此字段可能返回 null,表示取不到有效值。String
getTopicId()
Get 日志topic id 注意:此字段可能返回 null,表示取不到有效值。String
getTopicName()
Get 日志topic name 注意:此字段可能返回 null,表示取不到有效值。void
setLogJson(String LogJson)
Set 日志内容,json字符串 注意:此字段可能返回 null,表示取不到有效值。void
setPkgLogId(String PkgLogId)
Set 日志ID 注意:此字段可能返回 null,表示取不到有效值。void
setTime(Long Time)
Set 日志时间戳,毫秒 注意:此字段可能返回 null,表示取不到有效值。void
setTopicId(String TopicId)
Set 日志topic id 注意:此字段可能返回 null,表示取不到有效值。void
setTopicName(String TopicName)
Set 日志topic name 注意:此字段可能返回 null,表示取不到有效值。void
toMap(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
-
JobLogResult
public JobLogResult()
-
JobLogResult
public JobLogResult(JobLogResult 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
-
getTime
public Long getTime()
Get 日志时间戳,毫秒 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Time 日志时间戳,毫秒 注意:此字段可能返回 null,表示取不到有效值。
-
setTime
public void setTime(Long Time)
Set 日志时间戳,毫秒 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Time
- 日志时间戳,毫秒 注意:此字段可能返回 null,表示取不到有效值。
-
getTopicId
public String getTopicId()
Get 日志topic id 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- TopicId 日志topic id 注意:此字段可能返回 null,表示取不到有效值。
-
setTopicId
public void setTopicId(String TopicId)
Set 日志topic id 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
TopicId
- 日志topic id 注意:此字段可能返回 null,表示取不到有效值。
-
getTopicName
public String getTopicName()
Get 日志topic name 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- TopicName 日志topic name 注意:此字段可能返回 null,表示取不到有效值。
-
setTopicName
public void setTopicName(String TopicName)
Set 日志topic name 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
TopicName
- 日志topic name 注意:此字段可能返回 null,表示取不到有效值。
-
getLogJson
public String getLogJson()
Get 日志内容,json字符串 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- LogJson 日志内容,json字符串 注意:此字段可能返回 null,表示取不到有效值。
-
setLogJson
public void setLogJson(String LogJson)
Set 日志内容,json字符串 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
LogJson
- 日志内容,json字符串 注意:此字段可能返回 null,表示取不到有效值。
-
getPkgLogId
public String getPkgLogId()
Get 日志ID 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- PkgLogId 日志ID 注意:此字段可能返回 null,表示取不到有效值。
-
setPkgLogId
public void setPkgLogId(String PkgLogId)
Set 日志ID 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
PkgLogId
- 日志ID 注意:此字段可能返回 null,表示取不到有效值。
-
-