public class SvDebitLogRecord
extends java.lang.Object
| Constructor and Description |
|---|
SvDebitLogRecord(byte[] poResponse,
int offset)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
int |
getAmount()
Gets the debit amount value
|
int |
getBalance()
Gets the SV balance value
|
int |
getDebitDate()
Gets the debit date as an int
|
byte[] |
getDebitDateBytes()
Gets the debit date as an array of bytes
|
int |
getDebitTime()
Gets the debit time as an int
|
byte[] |
getDebitTimeBytes()
Gets the debit time as an array of bytes
|
byte |
getKvc()
Gets the KVC of the load key (as given in the last SV Reload)
|
long |
getSamId()
Gets the SAM ID as a long
|
byte[] |
getSamIdBytes()
Gets the SAM ID as an array of bytes
|
int |
getSamTNum()
Gets the SAM transaction number value as an int
|
byte[] |
getSamTNumBytes()
Gets the SAM transaction number as an array of bytes
|
int |
getSvTNum()
Gets the SV transaction number value as an int
|
byte[] |
getSvTNumBytes()
Gets the SV transaction number as an array of bytes
|
java.lang.String |
toString()
Gets the SV debit log record a JSON formatted string
|
public SvDebitLogRecord(byte[] poResponse,
int offset)
poResponse - the Sv Get or Read Record (SV Load log file) response dataoffset - the debit log offset in the response (may change from a PO to another)public int getAmount()
public int getBalance()
public int getDebitTime()
public byte[] getDebitTimeBytes()
public int getDebitDate()
public byte[] getDebitDateBytes()
public byte getKvc()
public long getSamId()
public byte[] getSamIdBytes()
public int getSvTNum()
public byte[] getSvTNumBytes()
public int getSamTNum()
public byte[] getSamTNumBytes()
public java.lang.String toString()
toString in class java.lang.Object