public class NormalLog extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| NormalLog() | 
| NormalLog(NormalLog 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 | getBody()Get Log output content. | 
| String | getSeverityText()Get Log level. | 
| String | getTimestamp()Get Timestamp in milliseconds. | 
| void | setBody(String Body)Set Log output content. | 
| void | setSeverityText(String SeverityText)Set Log level. | 
| void | setTimestamp(String Timestamp)Set Timestamp in milliseconds. | 
| 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, toJsonStringpublic NormalLog()
public NormalLog(NormalLog source)
public String getTimestamp()
public void setTimestamp(String Timestamp)
Timestamp - Timestamp in milliseconds.
Note: This field may return null, indicating that no valid value is found.public String getSeverityText()
public void setSeverityText(String SeverityText)
SeverityText - Log level.
Note: This field may return null, indicating that no valid value is found.public String getBody()
public void setBody(String Body)
Body - Log output content.
Note: This field may return null, indicating that no valid value is found.Copyright © 2025. All rights reserved.