Class DescribeDevicePresetData
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iss.v20230517.models.DescribeDevicePresetData
-
public class DescribeDevicePresetData extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeDevicePresetData()DescribeDevicePresetData(DescribeDevicePresetData 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 LonggetIndex()Get 预置位索引 只支持1-10的索引 注意:此字段可能返回 null,表示取不到有效值。StringgetName()Get 预置位名称 注意:此字段可能返回 null,表示取不到有效值。voidsetIndex(Long Index)Set 预置位索引 只支持1-10的索引 注意:此字段可能返回 null,表示取不到有效值。voidsetName(String Name)Set 预置位名称 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(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
-
DescribeDevicePresetData
public DescribeDevicePresetData()
-
DescribeDevicePresetData
public DescribeDevicePresetData(DescribeDevicePresetData 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
-
getIndex
public Long getIndex()
Get 预置位索引 只支持1-10的索引 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Index 预置位索引 只支持1-10的索引 注意:此字段可能返回 null,表示取不到有效值。
-
setIndex
public void setIndex(Long Index)
Set 预置位索引 只支持1-10的索引 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Index- 预置位索引 只支持1-10的索引 注意:此字段可能返回 null,表示取不到有效值。
-
getName
public String getName()
Get 预置位名称 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Name 预置位名称 注意:此字段可能返回 null,表示取不到有效值。
-
setName
public void setName(String Name)
Set 预置位名称 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Name- 预置位名称 注意:此字段可能返回 null,表示取不到有效值。
-
-