Uses of Class
com.tencentcloudapi.vm.v20200709.models.ImageResultResult
-
Packages that use ImageResultResult Package Description com.tencentcloudapi.vm.v20200709.models -
-
Uses of ImageResultResult in com.tencentcloudapi.vm.v20200709.models
Methods in com.tencentcloudapi.vm.v20200709.models that return ImageResultResult Modifier and Type Method Description ImageResultResult[]ImageResult. getResults()Get 画面截帧图片结果集 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.vm.v20200709.models with parameters of type ImageResultResult Modifier and Type Method Description voidImageResult. setResults(ImageResultResult[] Results)Set 画面截帧图片结果集 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.vm.v20200709.models with parameters of type ImageResultResult Constructor Description ImageResultResult(ImageResultResult 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.
-