Class PresetItem
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotvideoindustry.v20201201.models.PresetItem
-
public class PresetItem extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description PresetItem()PresetItem(PresetItem 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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetPresetId()Get 预置位ID 注意:此字段可能返回 null,表示取不到有效值。StringgetPresetName()Get 预置位名称 注意:此字段可能返回 null,表示取不到有效值。LonggetResetTime()Get 预置位启用时的自动归位时间LonggetStatus()Get 预置位状态 0:未设置预置位 1:已设置预置位 2:已设置预置位&\u770b\u5b88\u4f4dvoidsetPresetId(Long PresetId)Set 预置位ID 注意:此字段可能返回 null,表示取不到有效值。voidsetPresetName(String PresetName)Set 预置位名称 注意:此字段可能返回 null,表示取不到有效值。voidsetResetTime(Long ResetTime)Set 预置位启用时的自动归位时间voidsetStatus(Long Status)Set 预置位状态 0:未设置预置位 1:已设置预置位 2:已设置预置位&\u770b\u5b88\u4f4dvoidtoMap(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
-
PresetItem
public PresetItem()
-
PresetItem
public PresetItem(PresetItem 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
-
getPresetId
public Long getPresetId()
Get 预置位ID 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- PresetId 预置位ID 注意:此字段可能返回 null,表示取不到有效值。
-
setPresetId
public void setPresetId(Long PresetId)
Set 预置位ID 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
PresetId- 预置位ID 注意:此字段可能返回 null,表示取不到有效值。
-
getPresetName
public String getPresetName()
Get 预置位名称 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- PresetName 预置位名称 注意:此字段可能返回 null,表示取不到有效值。
-
setPresetName
public void setPresetName(String PresetName)
Set 预置位名称 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
PresetName- 预置位名称 注意:此字段可能返回 null,表示取不到有效值。
-
getStatus
public Long getStatus()
Get 预置位状态 0:未设置预置位 1:已设置预置位 2:已设置预置位&\u770b\u5b88\u4f4d- Returns:
- Status 预置位状态 0:未设置预置位 1:已设置预置位 2:已设置预置位&\u770b\u5b88\u4f4d
-
setStatus
public void setStatus(Long Status)
Set 预置位状态 0:未设置预置位 1:已设置预置位 2:已设置预置位&\u770b\u5b88\u4f4d- Parameters:
Status- 预置位状态 0:未设置预置位 1:已设置预置位 2:已设置预置位&\u770b\u5b88\u4f4d
-
getResetTime
public Long getResetTime()
Get 预置位启用时的自动归位时间- Returns:
- ResetTime 预置位启用时的自动归位时间
-
setResetTime
public void setResetTime(Long ResetTime)
Set 预置位启用时的自动归位时间- Parameters:
ResetTime- 预置位启用时的自动归位时间
-
-