public class Device extends Object
| Constructor and Description |
|---|
Device() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDeviceCompany()
Get device company name
|
DeviceSdkType |
getDeviceSdkType()
Get device sdk type
|
String |
getDeviceType()
Get device type name
|
String |
getMasterKey()
Get device master key
|
String |
getSerialNumber()
Get device serial number
|
SeType |
getType()
Get device secure element type
|
void |
setDeviceCompany(String deviceCompany)
Set device company name
|
void |
setDeviceSdkType(DeviceSdkType deviceSdkType)
Set device sdk type
|
void |
setDeviceType(String deviceType)
Set device type name
|
void |
setMasterKey(String masterKey)
Set device master key
|
void |
setSerialNumber(String serialNumber)
Set device serial number
|
void |
setType(SeType type)
Set device secure element type
|
public SeType getType()
public void setType(SeType type)
type - public String getDeviceCompany()
public void setDeviceCompany(String deviceCompany)
deviceCompany - device company namepublic String getDeviceType()
public void setDeviceType(String deviceType)
deviceType - device type namepublic String getMasterKey()
public void setMasterKey(String masterKey)
masterKey - device master keypublic DeviceSdkType getDeviceSdkType()
public void setDeviceSdkType(DeviceSdkType deviceSdkType)
deviceSdkType - device sdk typepublic String getSerialNumber()
public void setSerialNumber(String serialNumber)
serialNumber - serial numberCopyright © 2020. All rights reserved.