public class AddDeviceInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| AddDeviceInfo() | 
| AddDeviceInfo(AddDeviceInfo 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 | 
|---|---|
| Long | getKeySource()Get 密钥来源:0-使用产品密钥 1-使用设备特有的密钥 | 
| String | getParentWID()Get 父设备wid,不为空表示导入子设备 | 
| Long | getProductId()Get 产品id | 
| String | getSN()Get 设备sn序列号 | 
| void | setKeySource(Long KeySource)Set 密钥来源:0-使用产品密钥 1-使用设备特有的密钥 | 
| void | setParentWID(String ParentWID)Set 父设备wid,不为空表示导入子设备 | 
| void | setProductId(Long ProductId)Set 产品id | 
| 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, toJsonStringpublic AddDeviceInfo()
public AddDeviceInfo(AddDeviceInfo source)
public Long getProductId()
public void setProductId(Long ProductId)
ProductId - 产品idpublic String getSN()
public void setSN(String SN)
SN - 设备sn序列号public String getParentWID()
public void setParentWID(String ParentWID)
ParentWID - 父设备wid,不为空表示导入子设备public Long getKeySource()
public void setKeySource(Long KeySource)
KeySource - 密钥来源:0-使用产品密钥 1-使用设备特有的密钥Copyright © 2025. All rights reserved.