Class OsData
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotvideo.v20191126.models.OsData
-
public class OsData extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getChipId()
Get 芯片型号 注意:此字段可能返回 null,表示取不到有效值。String
getChipManufacture()
Get 芯片厂商 注意:此字段可能返回 null,表示取不到有效值。void
setChipId(String ChipId)
Set 芯片型号 注意:此字段可能返回 null,表示取不到有效值。void
setChipManufacture(String ChipManufacture)
Set 芯片厂商 注意:此字段可能返回 null,表示取不到有效值。void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
OsData
public OsData()
-
OsData
public 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.
-
-
Method Detail
-
getChipId
public String getChipId()
Get 芯片型号 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ChipId 芯片型号 注意:此字段可能返回 null,表示取不到有效值。
-
setChipId
public void setChipId(String ChipId)
Set 芯片型号 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ChipId
- 芯片型号 注意:此字段可能返回 null,表示取不到有效值。
-
getChipManufacture
public String getChipManufacture()
Get 芯片厂商 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ChipManufacture 芯片厂商 注意:此字段可能返回 null,表示取不到有效值。
-
setChipManufacture
public void setChipManufacture(String ChipManufacture)
Set 芯片厂商 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ChipManufacture
- 芯片厂商 注意:此字段可能返回 null,表示取不到有效值。
-
-