类 Device
- java.lang.Object
-
- com.baidubce.services.iothisk.device.model.Device
-
public class Device extends Object
Represent the device basic information, which is part of the contact made with hisk cloud service.
-
-
构造器概要
构造器 构造器 说明 Device()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetDeviceCompany()Get device company nameDeviceSdkTypegetDeviceSdkType()Get device sdk typeStringgetDeviceType()Get device type nameStringgetMasterKey()Get device master keyStringgetSerialNumber()Get device serial numberSeTypegetType()Get device secure element typevoidsetDeviceCompany(String deviceCompany)Set device company namevoidsetDeviceSdkType(DeviceSdkType deviceSdkType)Set device sdk typevoidsetDeviceType(String deviceType)Set device type namevoidsetMasterKey(String masterKey)Set device master keyvoidsetSerialNumber(String serialNumber)Set device serial numbervoidsetType(SeType type)Set device secure element type
-
-
-
方法详细资料
-
getType
public SeType getType()
Get device secure element type- 返回:
- device secure element type
-
setType
public void setType(SeType type)
Set device secure element type- 参数:
type-
-
getDeviceCompany
public String getDeviceCompany()
Get device company name- 返回:
- device company name
-
setDeviceCompany
public void setDeviceCompany(String deviceCompany)
Set device company name- 参数:
deviceCompany- device company name
-
getDeviceType
public String getDeviceType()
Get device type name- 返回:
- device type name
-
setDeviceType
public void setDeviceType(String deviceType)
Set device type name- 参数:
deviceType- device type name
-
getMasterKey
public String getMasterKey()
Get device master key- 返回:
- device master key
-
setMasterKey
public void setMasterKey(String masterKey)
Set device master key- 参数:
masterKey- device master key
-
getDeviceSdkType
public DeviceSdkType getDeviceSdkType()
Get device sdk type- 返回:
- device sdk type
-
setDeviceSdkType
public void setDeviceSdkType(DeviceSdkType deviceSdkType)
Set device sdk type- 参数:
deviceSdkType- device sdk type
-
getSerialNumber
public String getSerialNumber()
Get device serial number- 返回:
- device serial number
-
setSerialNumber
public void setSerialNumber(String serialNumber)
Set device serial number- 参数:
serialNumber- serial number
-
-