public class SampleLog extends AbstractModel
header, skipSign
Constructor and Description |
---|
SampleLog() |
SampleLog(SampleLog 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 |
---|---|
Attributes |
getAttributes()
Get Log attributes.
|
String |
getBody()
Get Request in har format in log.
|
String |
getTimestamp()
Get Millisecond timestamp.
|
void |
setAttributes(Attributes Attributes)
Set Log attributes.
|
void |
setBody(String Body)
Set Request in har format in log.
|
void |
setTimestamp(String Timestamp)
Set Millisecond timestamp.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public SampleLog()
public SampleLog(SampleLog source)
public String getTimestamp()
public void setTimestamp(String Timestamp)
Timestamp
- Millisecond timestamp.
Note: This field may return null, indicating that no valid value is found.public Attributes getAttributes()
public void setAttributes(Attributes Attributes)
Attributes
- Log attributes.
Note: This field may return null, indicating that no valid value is found.public String getBody()
public void setBody(String Body)
Body
- Request in har format in log.
Note: This field may return null, indicating that no valid value is found.Copyright © 2025. All rights reserved.