public class SvLoadLogRecord
extends java.lang.Object
| Constructor and Description |
|---|
SvLoadLogRecord(byte[] poResponse,
int offset)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
int |
getAmount()
Gets the load amount value
|
int |
getBalance()
Gets the SV balance value
|
java.lang.String |
getFreeByte()
Gets the free bytes as a String
|
byte[] |
getFreeByteBytes()
Gets the free bytes as an array of bytes
|
byte |
getKvc()
Gets the KVC of the load key (as given in the last SV Reload)
|
int |
getLoadDate()
Gets the load date as an int
|
byte[] |
getLoadDateBytes()
Gets the load date as an array of bytes
|
int |
getLoadTime()
Gets the load time as an int
|
byte[] |
getLoadTimeBytes()
Gets the load time as an array of bytes
|
long |
getSamId()
Gets the SAM ID value 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 load log record a JSON formatted string
|
public SvLoadLogRecord(byte[] poResponse,
int offset)
poResponse - the Sv Get or Read Record (SV Debit log file) response dataoffset - the load log offset in the response (may change from a PO to another)public int getAmount()
public int getBalance()
public int getLoadTime()
public byte[] getLoadTimeBytes()
public int getLoadDate()
public byte[] getLoadDateBytes()
public java.lang.String getFreeByte()
public byte[] getFreeByteBytes()
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