Class ResetDeviceResult
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotcloud.v20210408.models.ResetDeviceResult
-
public class ResetDeviceResult extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ResetDeviceResult()ResetDeviceResult(ResetDeviceResult 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 StringgetDeviceName()Get 设备名StringgetReason()Get 失败原因 注意:此字段可能返回 null,表示取不到有效值。BooleangetSuccess()Get 是否成功voidsetDeviceName(String DeviceName)Set 设备名voidsetReason(String Reason)Set 失败原因 注意:此字段可能返回 null,表示取不到有效值。voidsetSuccess(Boolean Success)Set 是否成功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
-
ResetDeviceResult
public ResetDeviceResult()
-
ResetDeviceResult
public ResetDeviceResult(ResetDeviceResult 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
-
getDeviceName
public String getDeviceName()
Get 设备名- Returns:
- DeviceName 设备名
-
setDeviceName
public void setDeviceName(String DeviceName)
Set 设备名- Parameters:
DeviceName- 设备名
-
getSuccess
public Boolean getSuccess()
Get 是否成功- Returns:
- Success 是否成功
-
setSuccess
public void setSuccess(Boolean Success)
Set 是否成功- Parameters:
Success- 是否成功
-
getReason
public String getReason()
Get 失败原因 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Reason 失败原因 注意:此字段可能返回 null,表示取不到有效值。
-
setReason
public void setReason(String Reason)
Set 失败原因 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Reason- 失败原因 注意:此字段可能返回 null,表示取不到有效值。
-
-