public class LogMessageInfo extends AbstractModel
| Constructor and Description | 
|---|
| LogMessageInfo() | 
| LogMessageInfo(LogMessageInfo 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 | 
|---|---|
| StreamInfo | getStreamInfo()Get Push information. | 
| void | setStreamInfo(StreamInfo StreamInfo)Set Push information. | 
| 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, toJsonStringpublic LogMessageInfo()
public LogMessageInfo(LogMessageInfo source)
public StreamInfo getStreamInfo()
public void setStreamInfo(StreamInfo StreamInfo)
StreamInfo - Push information.
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2021. All rights reserved.