Uses of Class
com.tencentcloudapi.iotvideo.v20191126.models.DeviceCertificate
-
Packages that use DeviceCertificate Package Description com.tencentcloudapi.iotvideo.v20191126.models -
-
Uses of DeviceCertificate in com.tencentcloudapi.iotvideo.v20191126.models
Methods in com.tencentcloudapi.iotvideo.v20191126.models that return DeviceCertificate Modifier and Type Method Description DeviceCertificate[]CreateDevicesResponse. getData()Get 新创建设备的认证信息Methods in com.tencentcloudapi.iotvideo.v20191126.models with parameters of type DeviceCertificate Modifier and Type Method Description voidCreateDevicesResponse. setData(DeviceCertificate[] Data)Set 新创建设备的认证信息Constructors in com.tencentcloudapi.iotvideo.v20191126.models with parameters of type DeviceCertificate Constructor Description DeviceCertificate(DeviceCertificate 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.
-