Uses of Class
com.tencentcloudapi.cls.v20201016.models.PreviewLogStatistic
-
Packages that use PreviewLogStatistic Package Description com.tencentcloudapi.cls.v20201016.models -
-
Uses of PreviewLogStatistic in com.tencentcloudapi.cls.v20201016.models
Methods in com.tencentcloudapi.cls.v20201016.models that return PreviewLogStatistic Modifier and Type Method Description PreviewLogStatistic[]CreateDataTransformRequest. getPreviewLogStatistics()Get 用于预览加工结果的测试数据Methods in com.tencentcloudapi.cls.v20201016.models with parameters of type PreviewLogStatistic Modifier and Type Method Description voidCreateDataTransformRequest. setPreviewLogStatistics(PreviewLogStatistic[] PreviewLogStatistics)Set 用于预览加工结果的测试数据Constructors in com.tencentcloudapi.cls.v20201016.models with parameters of type PreviewLogStatistic Constructor Description PreviewLogStatistic(PreviewLogStatistic 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.
-