public class SearchLogResult extends AbstractModel
header, skipSign
Constructor and Description |
---|
SearchLogResult() |
SearchLogResult(SearchLogResult 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 |
getMessage()
Get Log details
Note: This field may return·null, indicating that no valid values can be obtained.
|
String |
getRegion()
Get The region.
|
String |
getRuleIds()
Get Event matching rule
Note: This field may return·null, indicating that no valid values can be obtained.
|
String |
getSource()
Get Event source
Note: This field may return·null, indicating that no valid values can be obtained.
|
String |
getStatus()
Get Event status
Note: This field may return·null, indicating that no valid values can be obtained.
|
String |
getSubject()
Get The instance ID.
|
String |
getTimestamp()
Get Log reported time
Note: This field may return·null, indicating that no valid values can be obtained.
|
String |
getType()
Get The event type.
|
void |
setMessage(String Message)
Set Log details
Note: This field may return·null, indicating that no valid values can be obtained.
|
void |
setRegion(String Region)
Set The region.
|
void |
setRuleIds(String RuleIds)
Set Event matching rule
Note: This field may return·null, indicating that no valid values can be obtained.
|
void |
setSource(String Source)
Set Event source
Note: This field may return·null, indicating that no valid values can be obtained.
|
void |
setStatus(String Status)
Set Event status
Note: This field may return·null, indicating that no valid values can be obtained.
|
void |
setSubject(String Subject)
Set The instance ID.
|
void |
setTimestamp(String Timestamp)
Set Log reported time
Note: This field may return·null, indicating that no valid values can be obtained.
|
void |
setType(String Type)
Set The event type.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public SearchLogResult()
public SearchLogResult(SearchLogResult source)
public String getTimestamp()
public void setTimestamp(String Timestamp)
Timestamp
- Log reported time
Note: This field may return·null, indicating that no valid values can be obtained.public String getMessage()
public void setMessage(String Message)
Message
- Log details
Note: This field may return·null, indicating that no valid values can be obtained.public String getSource()
public void setSource(String Source)
Source
- Event source
Note: This field may return·null, indicating that no valid values can be obtained.public String getType()
public void setType(String Type)
Type
- The event type.
Note: This field may return·null, indicating that no valid values can be obtained.public String getRuleIds()
public void setRuleIds(String RuleIds)
RuleIds
- Event matching rule
Note: This field may return·null, indicating that no valid values can be obtained.public String getSubject()
public void setSubject(String Subject)
Subject
- The instance ID.
Note: This field may return null, indicating that no valid values can be obtained.public String getRegion()
public void setRegion(String Region)
Region
- The region.
Note: This field may return·null, indicating that no valid values can be obtained.public String getStatus()
public void setStatus(String Status)
Status
- Event status
Note: This field may return·null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.