Uses of Class
com.tencentcloudapi.iotvideo.v20191126.models.VersionData
-
Packages that use VersionData Package Description com.tencentcloudapi.iotvideo.v20191126.models -
-
Uses of VersionData in com.tencentcloudapi.iotvideo.v20191126.models
Methods in com.tencentcloudapi.iotvideo.v20191126.models that return VersionData Modifier and Type Method Description VersionData[]DescribeOtaVersionsResponse. getData()Get 版本详细信息 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.iotvideo.v20191126.models with parameters of type VersionData Modifier and Type Method Description voidDescribeOtaVersionsResponse. setData(VersionData[] Data)Set 版本详细信息 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.iotvideo.v20191126.models with parameters of type VersionData Constructor Description VersionData(VersionData 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.
-