public abstract class AsmWaitingListEntry extends Object implements Serializable
setUserId(String)
Constructor and Description |
---|
AsmWaitingListEntry() |
AsmWaitingListEntry(String transactionId,
int deviceId,
String userId,
String portalId,
String locale,
int deviceGoOnlineTimeout) |
Modifier and Type | Method and Description |
---|---|
List<String> |
getAppName() |
int |
getDeviceGoOnlineTimeout() |
int |
getDeviceId() |
String |
getKsUid() |
String |
getLocale() |
String |
getPortalId() |
String |
getTransactionId() |
abstract com.kobil.ssms.asm.logic.WaitingListMessageType |
getType() |
String |
getUserId() |
void |
setAppName(List<String> appName) |
void |
setDeviceGoOnlineTimeout(int deviceGoOnlineTimeout) |
void |
setDeviceId(int deviceId) |
void |
setKsUid(String ksUid) |
void |
setLocale(String locale) |
void |
setPortalId(String portalId) |
void |
setTransactionId(String transactionId) |
void |
setUserId(String userId) |
public String getKsUid()
public void setKsUid(String ksUid)
ksUid
- This parameter is for internal use only.public abstract com.kobil.ssms.asm.logic.WaitingListMessageType getType()
public String getTransactionId()
null
was given.public void setTransactionId(String transactionId)
transactionId
- set the ID of the transaction. With this ID, every transaction is identified.null
. In this case an ID will be automatically set.public int getDeviceId()
public void setDeviceId(int deviceId)
deviceId
- the deviceId to which the transaction/message will be sentpublic String getUserId()
public void setUserId(String userId)
userId
- the userId to which the transaction will be sentpublic String getPortalId()
public void setPortalId(String portalId)
portalId
- the portalId which originated the transactionpublic String getLocale()
public void setLocale(String locale)
locale
- the language code (2 bytes in ISO 639 standard, e.g. "en" or "de") of the template language to be used.public int getDeviceGoOnlineTimeout()
public void setDeviceGoOnlineTimeout(int deviceGoOnlineTimeout)
deviceGoOnlineTimeout
- the time (in seconds) of how long SSMS will wait for the device to get online.Copyright © 2022 KOBIL Systems GmbH. All rights reserved.