public class ExtraLogset extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ExtraLogset() | 
| ExtraLogset(ExtraLogset 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 | 
|---|---|
| LogSetInfo | getLogset()Get Logset information
Note: this field may return `null`, indicating that no valid values can be obtained. | 
| TopicInfo[] | getTopics()Get Log topic information
Note: this field may return `null`, indicating that no valid values can be obtained. | 
| void | setLogset(LogSetInfo Logset)Set Logset information
Note: this field may return `null`, indicating that no valid values can be obtained. | 
| void | setTopics(TopicInfo[] Topics)Set Log topic information
Note: this field may return `null`, indicating that no valid values 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, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ExtraLogset()
public ExtraLogset(ExtraLogset source)
public LogSetInfo getLogset()
public void setLogset(LogSetInfo Logset)
Logset - Logset information
Note: this field may return `null`, indicating that no valid values can be obtained.public TopicInfo[] getTopics()
public void setTopics(TopicInfo[] Topics)
Topics - Log topic information
Note: this field may return `null`, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.