Class LogContentInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.wedata.v20210820.models.LogContentInfo
-
public class LogContentInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description LogContentInfo()
LogContentInfo(LogContentInfo 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
getContainerName()
Get 日志所属的容器名 注意:此字段可能返回 null,表示取不到有效值。String
getLog()
Get 日志内容 注意:此字段可能返回 null,表示取不到有效值。String
getPkgId()
Get 日志组Id 注意:此字段可能返回 null,表示取不到有效值。String
getPkgLogId()
Get 日志Id 注意:此字段可能返回 null,表示取不到有效值。Long
getTime()
Get 时间 注意:此字段可能返回 null,表示取不到有效值。void
setContainerName(String ContainerName)
Set 日志所属的容器名 注意:此字段可能返回 null,表示取不到有效值。void
setLog(String Log)
Set 日志内容 注意:此字段可能返回 null,表示取不到有效值。void
setPkgId(String PkgId)
Set 日志组Id 注意:此字段可能返回 null,表示取不到有效值。void
setPkgLogId(String PkgLogId)
Set 日志Id 注意:此字段可能返回 null,表示取不到有效值。void
setTime(Long Time)
Set 时间 注意:此字段可能返回 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
-
LogContentInfo
public LogContentInfo()
-
LogContentInfo
public LogContentInfo(LogContentInfo 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
-
getLog
public String getLog()
Get 日志内容 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Log 日志内容 注意:此字段可能返回 null,表示取不到有效值。
-
setLog
public void setLog(String Log)
Set 日志内容 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Log
- 日志内容 注意:此字段可能返回 null,表示取不到有效值。
-
getPkgId
public String getPkgId()
Get 日志组Id 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- PkgId 日志组Id 注意:此字段可能返回 null,表示取不到有效值。
-
setPkgId
public void setPkgId(String PkgId)
Set 日志组Id 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
PkgId
- 日志组Id 注意:此字段可能返回 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,表示取不到有效值。
-
getTime
public Long getTime()
Get 时间 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Time 时间 注意:此字段可能返回 null,表示取不到有效值。
-
setTime
public void setTime(Long Time)
Set 时间 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Time
- 时间 注意:此字段可能返回 null,表示取不到有效值。
-
getContainerName
public String getContainerName()
Get 日志所属的容器名 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ContainerName 日志所属的容器名 注意:此字段可能返回 null,表示取不到有效值。
-
setContainerName
public void setContainerName(String ContainerName)
Set 日志所属的容器名 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ContainerName
- 日志所属的容器名 注意:此字段可能返回 null,表示取不到有效值。
-
-