Class LogIdentity
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tione.v20211111.models.LogIdentity
-
public class LogIdentity extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description LogIdentity()
LogIdentity(LogIdentity 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
getId()
Get 单条日志的ID 注意:此字段可能返回 null,表示取不到有效值。String
getMessage()
Get 单条日志的内容 注意:此字段可能返回 null,表示取不到有效值。String
getPodName()
Get 这条日志对应的Pod名称 注意:此字段可能返回 null,表示取不到有效值。String
getTimestamp()
Get 日志的时间戳(RFC3339格式的时间字符串) 注意:此字段可能返回 null,表示取不到有效值。void
setId(String Id)
Set 单条日志的ID 注意:此字段可能返回 null,表示取不到有效值。void
setMessage(String Message)
Set 单条日志的内容 注意:此字段可能返回 null,表示取不到有效值。void
setPodName(String PodName)
Set 这条日志对应的Pod名称 注意:此字段可能返回 null,表示取不到有效值。void
setTimestamp(String Timestamp)
Set 日志的时间戳(RFC3339格式的时间字符串) 注意:此字段可能返回 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
-
LogIdentity
public LogIdentity()
-
LogIdentity
public LogIdentity(LogIdentity 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
-
getId
public String getId()
Get 单条日志的ID 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Id 单条日志的ID 注意:此字段可能返回 null,表示取不到有效值。
-
setId
public void setId(String Id)
Set 单条日志的ID 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Id
- 单条日志的ID 注意:此字段可能返回 null,表示取不到有效值。
-
getMessage
public String getMessage()
Get 单条日志的内容 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Message 单条日志的内容 注意:此字段可能返回 null,表示取不到有效值。
-
setMessage
public void setMessage(String Message)
Set 单条日志的内容 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Message
- 单条日志的内容 注意:此字段可能返回 null,表示取不到有效值。
-
getPodName
public String getPodName()
Get 这条日志对应的Pod名称 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- PodName 这条日志对应的Pod名称 注意:此字段可能返回 null,表示取不到有效值。
-
setPodName
public void setPodName(String PodName)
Set 这条日志对应的Pod名称 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
PodName
- 这条日志对应的Pod名称 注意:此字段可能返回 null,表示取不到有效值。
-
getTimestamp
public String getTimestamp()
Get 日志的时间戳(RFC3339格式的时间字符串) 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Timestamp 日志的时间戳(RFC3339格式的时间字符串) 注意:此字段可能返回 null,表示取不到有效值。
-
setTimestamp
public void setTimestamp(String Timestamp)
Set 日志的时间戳(RFC3339格式的时间字符串) 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Timestamp
- 日志的时间戳(RFC3339格式的时间字符串) 注意:此字段可能返回 null,表示取不到有效值。
-
-