public static class AsmServicesWs.AsmDeviceStateInfo extends Object
getCertHandle()
Constructor and Description |
---|
AsmDeviceStateInfo() |
AsmDeviceStateInfo(int certHandle,
com.kobil.ssms.asm.logic.devices.ASMSession.DeviceState deviceState,
String nodeID,
boolean locked,
String serialNumber) |
Modifier and Type | Method and Description |
---|---|
int |
getCertHandle() |
com.kobil.ssms.asm.logic.devices.ASMSession.DeviceState |
getDeviceState() |
String |
getNodeID() |
String |
getSerialNumber() |
boolean |
isLocked() |
void |
setCertHandle(int certHandle) |
void |
setDeviceState(com.kobil.ssms.asm.logic.devices.ASMSession.DeviceState deviceState) |
void |
setLocked(boolean locked) |
void |
setNodeID(String nodeID) |
void |
setSerialNumber(String serialNumber) |
String |
toString() |
public void setCertHandle(int certHandle)
public void setDeviceState(com.kobil.ssms.asm.logic.devices.ASMSession.DeviceState deviceState)
public int getCertHandle()
public com.kobil.ssms.asm.logic.devices.ASMSession.DeviceState getDeviceState()
DeviceState
of the devicepublic String getNodeID()
public void setNodeID(String nodeID)
public boolean isLocked()
true
if the device is lockedfalse
if the device is not lockedpublic void setLocked(boolean locked)
public String getSerialNumber()
public void setSerialNumber(String serialNumber)
Copyright © 2022 KOBIL Systems GmbH. All rights reserved.