public class ResetDeviceResult extends AbstractModel
skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getDeviceName()
Get 设备名
|
String |
getReason()
Get 失败原因
注意:此字段可能返回 null,表示取不到有效值。
|
Boolean |
getSuccess()
Get 是否成功
|
void |
setDeviceName(String DeviceName)
Set 设备名
|
void |
setReason(String Reason)
Set 失败原因
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSuccess(Boolean Success)
Set 是否成功
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ResetDeviceResult()
public ResetDeviceResult(ResetDeviceResult source)
public String getDeviceName()
public void setDeviceName(String DeviceName)
DeviceName
- 设备名public Boolean getSuccess()
public void setSuccess(Boolean Success)
Success
- 是否成功public String getReason()
public void setReason(String Reason)
Reason
- 失败原因
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.