Class ContainerLog
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cis.v20180408.models.ContainerLog
-
public class ContainerLog extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ContainerLog()ContainerLog(ContainerLog 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 StringgetLog()Get 日志StringgetName()Get 容器名称StringgetTime()Get 日志记录时间voidsetLog(String Log)Set 日志voidsetName(String Name)Set 容器名称voidsetTime(String Time)Set 日志记录时间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
-
ContainerLog
public ContainerLog()
-
ContainerLog
public ContainerLog(ContainerLog 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
-
getName
public String getName()
Get 容器名称- Returns:
- Name 容器名称
-
setName
public void setName(String Name)
Set 容器名称- Parameters:
Name- 容器名称
-
getLog
public String getLog()
Get 日志- Returns:
- Log 日志
-
setLog
public void setLog(String Log)
Set 日志- Parameters:
Log- 日志
-
getTime
public String getTime()
Get 日志记录时间- Returns:
- Time 日志记录时间
-
setTime
public void setTime(String Time)
Set 日志记录时间- Parameters:
Time- 日志记录时间
-
-