Uses of Class
com.tencentcloudapi.tem.v20210701.models.LogConfig
-
Packages that use LogConfig Package Description com.tencentcloudapi.tem.v20210701.models -
-
Uses of LogConfig in com.tencentcloudapi.tem.v20210701.models
Methods in com.tencentcloudapi.tem.v20210701.models that return LogConfig Modifier and Type Method Description LogConfigModifyLogConfigRequest. getData()Get 日志收集配置信息LogConfig[]LogConfigListPage. getRecords()Get 记录 注意:此字段可能返回 null,表示取不到有效值。LogConfigDescribeLogConfigResponse. getResult()Get 配置Methods in com.tencentcloudapi.tem.v20210701.models with parameters of type LogConfig Modifier and Type Method Description voidModifyLogConfigRequest. setData(LogConfig Data)Set 日志收集配置信息voidLogConfigListPage. setRecords(LogConfig[] Records)Set 记录 注意:此字段可能返回 null,表示取不到有效值。voidDescribeLogConfigResponse. setResult(LogConfig Result)Set 配置Constructors in com.tencentcloudapi.tem.v20210701.models with parameters of type LogConfig Constructor Description 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.
-