Uses of Class
com.tencentcloudapi.iotvideo.v20191126.models.DevTokenInfo
-
Packages that use DevTokenInfo Package Description com.tencentcloudapi.iotvideo.v20191126.models -
-
Uses of DevTokenInfo in com.tencentcloudapi.iotvideo.v20191126.models
Methods in com.tencentcloudapi.iotvideo.v20191126.models that return DevTokenInfo Modifier and Type Method Description DevTokenInfo[]CreateDevTokenResponse. getData()Get 返回的用户token列表 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.iotvideo.v20191126.models with parameters of type DevTokenInfo Modifier and Type Method Description voidCreateDevTokenResponse. setData(DevTokenInfo[] Data)Set 返回的用户token列表 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.iotvideo.v20191126.models with parameters of type DevTokenInfo Constructor Description DevTokenInfo(DevTokenInfo 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.
-