public class CreateDeviceFailed extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateDeviceFailed() |
CreateDeviceFailed(CreateDeviceFailed 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 |
getParentWID()
Get 父设备wid,不为空表示导入自设备
|
Long |
getProductId()
Get 产品id
|
String |
getReason()
Get 失败原因
|
String |
getSN()
Get 设备sn序列号
|
void |
setParentWID(String ParentWID)
Set 父设备wid,不为空表示导入自设备
|
void |
setProductId(Long ProductId)
Set 产品id
|
void |
setReason(String Reason)
Set 失败原因
|
void |
setSN(String SN)
Set 设备sn序列号
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CreateDeviceFailed()
public CreateDeviceFailed(CreateDeviceFailed source)
public Long getProductId()
public void setProductId(Long ProductId)
ProductId
- 产品idpublic String getParentWID()
public void setParentWID(String ParentWID)
ParentWID
- 父设备wid,不为空表示导入自设备public String getReason()
public void setReason(String Reason)
Reason
- 失败原因public String getSN()
public void setSN(String SN)
SN
- 设备sn序列号Copyright © 2025. All rights reserved.