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 Cluster node IP
|
String |
getLevel()
Get Log level
|
String |
getMessage()
Get Log content
|
String |
getTime()
Get Log time
|
void |
setIp(String Ip)
Set Cluster node IP
|
void |
setLevel(String Level)
Set Log level
|
void |
setMessage(String Message)
Set Log content
|
void |
setTime(String Time)
Set Log time
|
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
- Log timepublic String getLevel()
public void setLevel(String Level)
Level
- Log levelpublic String getIp()
public void setIp(String Ip)
Ip
- Cluster node IPpublic String getMessage()
public void setMessage(String Message)
Message
- Log contentCopyright © 2023. All rights reserved.