public class InstanceLog extends AbstractModel
Constructor and Description |
---|
InstanceLog() |
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 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 © 2020. All rights reserved.