Class Log
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tia.v20180226.models.Log
-
public class Log extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContainerName()Get 容器名StringgetLog()Get 日志内容StringgetNamespace()Get 空间名StringgetPodId()Get Pod IdStringgetPodName()Get Pod名StringgetTime()Get 日志日期,格式为“2018-07-02T09:10:04.916553368Z”voidsetContainerName(String ContainerName)Set 容器名voidsetLog(String Log)Set 日志内容voidsetNamespace(String Namespace)Set 空间名voidsetPodId(String PodId)Set Pod IdvoidsetPodName(String PodName)Set Pod名voidsetTime(String Time)Set 日志日期,格式为“2018-07-02T09:10:04.916553368Z”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
-
Log
public Log()
-
Log
public Log(Log 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
-
getContainerName
public String getContainerName()
Get 容器名- Returns:
- ContainerName 容器名
-
setContainerName
public void setContainerName(String ContainerName)
Set 容器名- Parameters:
ContainerName- 容器名
-
getLog
public String getLog()
Get 日志内容- Returns:
- Log 日志内容
-
setLog
public void setLog(String Log)
Set 日志内容- Parameters:
Log- 日志内容
-
getNamespace
public String getNamespace()
Get 空间名- Returns:
- Namespace 空间名
-
setNamespace
public void setNamespace(String Namespace)
Set 空间名- Parameters:
Namespace- 空间名
-
getPodId
public String getPodId()
Get Pod Id- Returns:
- PodId Pod Id
-
setPodId
public void setPodId(String PodId)
Set Pod Id- Parameters:
PodId- Pod Id
-
getPodName
public String getPodName()
Get Pod名- Returns:
- PodName Pod名
-
setPodName
public void setPodName(String PodName)
Set Pod名- Parameters:
PodName- Pod名
-
getTime
public String getTime()
Get 日志日期,格式为“2018-07-02T09:10:04.916553368Z”- Returns:
- Time 日志日期,格式为“2018-07-02T09:10:04.916553368Z”
-
setTime
public void setTime(String Time)
Set 日志日期,格式为“2018-07-02T09:10:04.916553368Z”- Parameters:
Time- 日志日期,格式为“2018-07-02T09:10:04.916553368Z”
-
-