public class CancelResultEx2 extends Object
#CancelResultEx2(int, String, String, CancelResult)
constructor.Constructor and Description |
---|
CancelResultEx2(int deviceId,
String userId,
String transactionId,
AsmServicesWs.CancelResult cancelResult)
Initializes the transaction cancel result.
|
Modifier and Type | Method and Description |
---|---|
AsmServicesWs.CancelResult |
getCancelResult()
Returns the cancel result of the transaction.
|
int |
getDeviceId()
Returns the device ID of the transaction cancel result.
|
String |
getTransactionId()
Returns the transaction ID of the transaction cancel result.
|
String |
getUserId()
Returns the user ID of the transaction cancel result.
|
void |
setCancelResult(AsmServicesWs.CancelResult cancelResult)
Sets the cancel result of the transaction.
|
public CancelResultEx2(int deviceId, String userId, String transactionId, AsmServicesWs.CancelResult cancelResult)
deviceId
- The device ID of the transaction.userId
- The user ID of the transaction.transactionId
- The transaction ID of the transaction.cancelResult
- The {@link CancelResult) of the transaction.public int getDeviceId()
public String getUserId()
public String getTransactionId()
public AsmServicesWs.CancelResult getCancelResult()
AsmServicesWs.CancelResult
.public void setCancelResult(AsmServicesWs.CancelResult cancelResult)
cancelResult
- The cancel result.Copyright © 2022 KOBIL Systems GmbH. All rights reserved.