Package | Description |
---|---|
com.tencentcloudapi.iotvideo.v20191126.models |
Modifier and Type | Method and Description |
---|---|
OsData[] |
SystemType.getAndroid()
Get 安卓系统
注意:此字段可能返回 null,表示取不到有效值。
|
OsData[] |
SystemType.getLinux()
Get linux系统
注意:此字段可能返回 null,表示取不到有效值。
|
OsData[] |
SystemType.getLiteOs()
Get LiteOs系统
注意:此字段可能返回 null,表示取不到有效值。
|
Modifier and Type | Method and Description |
---|---|
void |
SystemType.setAndroid(OsData[] Android)
Set 安卓系统
注意:此字段可能返回 null,表示取不到有效值。
|
void |
SystemType.setLinux(OsData[] Linux)
Set linux系统
注意:此字段可能返回 null,表示取不到有效值。
|
void |
SystemType.setLiteOs(OsData[] LiteOs)
Set LiteOs系统
注意:此字段可能返回 null,表示取不到有效值。
|
Constructor and 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.
|
Copyright © 2024. All rights reserved.