public class ActiveMessage extends Object
| Constructor and Description |
|---|
ActiveMessage() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBytes()
Get active message in byte array
|
String |
getDeviceId()
Get device id
|
DeviceSdkType |
getSdkType()
Get device sdk type
|
String |
getSeId()
Get secure element id
|
void |
setDeviceId(String deviceId)
Set device id
|
void |
setSdkType(DeviceSdkType sdkType)
Set device sdk type
|
void |
setSeId(String seId)
Set secure element id
|
public String getDeviceId()
public void setDeviceId(String deviceId)
deviceId - device idpublic String getSeId()
public void setSeId(String seId)
seId - secure element idpublic DeviceSdkType getSdkType()
public void setSdkType(DeviceSdkType sdkType)
sdkType - device sdk typepublic byte[] getBytes()
Copyright © 2021. All rights reserved.