Class LogConfig
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tione.v20211111.models.LogConfig
-
public class LogConfig extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLogsetId()Get 日志需要投递到cls的日志集 注意:此字段可能返回 null,表示取不到有效值。StringgetTopicId()Get 日志需要投递到cls的主题 注意:此字段可能返回 null,表示取不到有效值。voidsetLogsetId(String LogsetId)Set 日志需要投递到cls的日志集 注意:此字段可能返回 null,表示取不到有效值。voidsetTopicId(String TopicId)Set 日志需要投递到cls的主题 注意:此字段可能返回 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
-
LogConfig
public LogConfig()
-
LogConfig
public LogConfig(LogConfig 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
-
getLogsetId
public String getLogsetId()
Get 日志需要投递到cls的日志集 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- LogsetId 日志需要投递到cls的日志集 注意:此字段可能返回 null,表示取不到有效值。
-
setLogsetId
public void setLogsetId(String LogsetId)
Set 日志需要投递到cls的日志集 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
LogsetId- 日志需要投递到cls的日志集 注意:此字段可能返回 null,表示取不到有效值。
-
getTopicId
public String getTopicId()
Get 日志需要投递到cls的主题 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- TopicId 日志需要投递到cls的主题 注意:此字段可能返回 null,表示取不到有效值。
-
setTopicId
public void setTopicId(String TopicId)
Set 日志需要投递到cls的主题 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
TopicId- 日志需要投递到cls的主题 注意:此字段可能返回 null,表示取不到有效值。
-
-