public class InstanceLog extends AbstractModel
Constructor and Description |
---|
InstanceLog() |
InstanceLog(InstanceLog 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 |
getIp()
Get 集群节点ip
|
String |
getLevel()
Get 日志级别
|
String |
getMessage()
Get 日志内容
|
String |
getTime()
Get 日志时间
|
void |
setIp(String Ip)
Set 集群节点ip
|
void |
setLevel(String Level)
Set 日志级别
|
void |
setMessage(String Message)
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 InstanceLog()
public InstanceLog(InstanceLog source)
public String getTime()
public void setTime(String Time)
Time
- 日志时间public String getLevel()
public void setLevel(String Level)
Level
- 日志级别public String getIp()
public void setIp(String Ip)
Ip
- 集群节点ippublic String getMessage()
public void setMessage(String Message)
Message
- 日志内容Copyright © 2021. All rights reserved.