public class ContainerLog extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getLog()
Get 日志
|
String |
getName()
Get 容器名称
|
String |
getTime()
Get 日志记录时间
|
void |
setLog(String Log)
Set 日志
|
void |
setName(String Name)
Set 容器名称
|
void |
setTime(String Time)
Set 日志记录时间
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ContainerLog()
public ContainerLog(ContainerLog source)
public String getName()
public void setName(String Name)
Name
- 容器名称public String getLog()
public void setLog(String Log)
Log
- 日志public String getTime()
public void setTime(String Time)
Time
- 日志记录时间Copyright © 2022. All rights reserved.