Uses of Class
com.tencentcloudapi.iotvideo.v20191126.models.OsData
-
Packages that use OsData Package Description com.tencentcloudapi.iotvideo.v20191126.models -
-
Uses of OsData in com.tencentcloudapi.iotvideo.v20191126.models
Methods in com.tencentcloudapi.iotvideo.v20191126.models that return OsData Modifier and Type Method Description OsData[]SystemType. getAndroid()Get 安卓系统 注意:此字段可能返回 null,表示取不到有效值。OsData[]SystemType. getLinux()Get linux系统 注意:此字段可能返回 null,表示取不到有效值。OsData[]SystemType. getLiteOs()Get LiteOs系统 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.iotvideo.v20191126.models with parameters of type OsData Modifier and Type Method Description voidSystemType. setAndroid(OsData[] Android)Set 安卓系统 注意:此字段可能返回 null,表示取不到有效值。voidSystemType. setLinux(OsData[] Linux)Set linux系统 注意:此字段可能返回 null,表示取不到有效值。voidSystemType. setLiteOs(OsData[] LiteOs)Set LiteOs系统 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.iotvideo.v20191126.models with parameters of type OsData Constructor Description OsData(OsData 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.
-