Uses of Class
com.tencentcloudapi.rum.v20210622.models.LogExport
-
Packages that use LogExport Package Description com.tencentcloudapi.rum.v20210622.models -
-
Uses of LogExport in com.tencentcloudapi.rum.v20210622.models
Methods in com.tencentcloudapi.rum.v20210622.models that return LogExport Modifier and Type Method Description LogExport[]DescribeLogExportsResponse. getLogExportSet()Get 日志导出记录列表Methods in com.tencentcloudapi.rum.v20210622.models with parameters of type LogExport Modifier and Type Method Description voidDescribeLogExportsResponse. setLogExportSet(LogExport[] LogExportSet)Set 日志导出记录列表Constructors in com.tencentcloudapi.rum.v20210622.models with parameters of type LogExport Constructor Description LogExport(LogExport 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.
-