public class Log extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| Log() | 
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getContainerName()Get 容器名 | 
| String | getLog()Get 日志内容 | 
| String | getNamespace()Get 空间名 | 
| String | getPodId()Get Pod Id | 
| String | getPodName()Get Pod名 | 
| String | getTime()Get 日志日期,格式为“2018-07-02T09:10:04.916553368Z” | 
| void | setContainerName(String ContainerName)Set 容器名 | 
| void | setLog(String Log)Set 日志内容 | 
| void | setNamespace(String Namespace)Set 空间名 | 
| void | setPodId(String PodId)Set Pod Id | 
| void | setPodName(String PodName)Set Pod名 | 
| void | setTime(String Time)Set 日志日期,格式为“2018-07-02T09:10:04.916553368Z” | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic Log()
public Log(Log source)
public String getContainerName()
public void setContainerName(String ContainerName)
ContainerName - 容器名public String getLog()
public void setLog(String Log)
Log - 日志内容public String getNamespace()
public void setNamespace(String Namespace)
Namespace - 空间名public String getPodId()
public void setPodId(String PodId)
PodId - Pod Idpublic String getPodName()
public void setPodName(String PodName)
PodName - Pod名public String getTime()
public void setTime(String Time)
Time - 日志日期,格式为“2018-07-02T09:10:04.916553368Z”Copyright © 2025. All rights reserved.