Uses of Class
com.tencentcloudapi.emr.v20190103.models.HiveQuery
-
Packages that use HiveQuery Package Description com.tencentcloudapi.emr.v20190103.models -
-
Uses of HiveQuery in com.tencentcloudapi.emr.v20190103.models
Methods in com.tencentcloudapi.emr.v20190103.models that return HiveQuery Modifier and Type Method Description HiveQuery[]DescribeHiveQueriesResponse. getResults()Get 结果列表Methods in com.tencentcloudapi.emr.v20190103.models with parameters of type HiveQuery Modifier and Type Method Description voidDescribeHiveQueriesResponse. setResults(HiveQuery[] Results)Set 结果列表Constructors in com.tencentcloudapi.emr.v20190103.models with parameters of type HiveQuery Constructor Description HiveQuery(HiveQuery 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.
-