Class ExtraLogset
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cdn.v20180606.models.ExtraLogset
-
public class ExtraLogset extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LogSetInfogetLogset()Get 日志集信息 注意:此字段可能返回 null,表示取不到有效值。TopicInfo[]getTopics()Get 日志主题信息列表 注意:此字段可能返回 null,表示取不到有效值。voidsetLogset(LogSetInfo Logset)Set 日志集信息 注意:此字段可能返回 null,表示取不到有效值。voidsetTopics(TopicInfo[] Topics)Set 日志主题信息列表 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ExtraLogset
public ExtraLogset()
-
ExtraLogset
public 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.
-
-
Method Detail
-
getLogset
public LogSetInfo getLogset()
Get 日志集信息 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Logset 日志集信息 注意:此字段可能返回 null,表示取不到有效值。
-
setLogset
public void setLogset(LogSetInfo Logset)
Set 日志集信息 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Logset- 日志集信息 注意:此字段可能返回 null,表示取不到有效值。
-
getTopics
public TopicInfo[] getTopics()
Get 日志主题信息列表 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Topics 日志主题信息列表 注意:此字段可能返回 null,表示取不到有效值。
-
setTopics
public void setTopics(TopicInfo[] Topics)
Set 日志主题信息列表 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Topics- 日志主题信息列表 注意:此字段可能返回 null,表示取不到有效值。
-
-