public class LogContent extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
LogContent()  | 
LogContent(LogContent 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 | 
getLog()
Get Log content 
 | 
String | 
getPkgId()
Get Log Package ID
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
Long | 
getTime()
Get Log Timestamp, in milliseconds
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
void | 
setLog(String Log)
Set Log content 
 | 
void | 
setPkgId(String PkgId)
Set Log Package ID
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
void | 
setTime(Long Time)
Set Log Timestamp, in milliseconds
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
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, toJsonStringpublic LogContent()
public LogContent(LogContent source)
public Long getTime()
public void setTime(Long Time)
Time - Log Timestamp, in milliseconds
Note: This field may return null, indicating that no valid value can be obtained.public String getPkgId()
public void setPkgId(String PkgId)
PkgId - Log Package ID
Note: This field may return null, indicating that no valid value can be obtained.public String getLog()
public void setLog(String Log)
Log - Log contentCopyright © 2025. All rights reserved.