Uses of Class
com.tencentcloudapi.iotvideo.v20191126.models.CreateIotModelRequest
-
Packages that use CreateIotModelRequest Package Description com.tencentcloudapi.iotvideo.v20191126 com.tencentcloudapi.iotvideo.v20191126.models -
-
Uses of CreateIotModelRequest in com.tencentcloudapi.iotvideo.v20191126
Methods in com.tencentcloudapi.iotvideo.v20191126 with parameters of type CreateIotModelRequest Modifier and Type Method Description CreateIotModelResponseIotvideoClient. CreateIotModel(CreateIotModelRequest req)本接口(CreateIotModel)用于定义的物模型提交。 该接口实现了物模型草稿箱的功能,保存用户最后一次编辑的物模型数据。 -
Uses of CreateIotModelRequest in com.tencentcloudapi.iotvideo.v20191126.models
Constructors in com.tencentcloudapi.iotvideo.v20191126.models with parameters of type CreateIotModelRequest Constructor Description CreateIotModelRequest(CreateIotModelRequest 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.
-