public class ListInformation
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
STATUS_BUILDING |
static int |
STATUS_BUILT |
static int |
STATUS_ERROR |
static int |
STATUS_OVERFLOW |
static int |
STATUS_PENDING |
static int |
STATUS_PRIMED |
static int |
STATUS_UNKNOWN |
static int |
TYPE_COMPLETE |
static int |
TYPE_INCOMPLETE |
static int |
TYPE_PARTIAL |
static int |
TYPE_UNKNOWN |
Constructor and Description |
---|
ListInformation(int total,
int returned,
byte[] handle,
int length,
int complete,
java.lang.String date,
int status,
int lengthOfInfo,
int first) |
Modifier and Type | Method and Description |
---|---|
int |
getCompleteType() |
java.lang.String |
getDateAndTimeCreated() |
int |
getFirstRecord() |
int |
getLengthOfInformationReturned() |
int |
getRecordLength() |
int |
getRecordsReturned() |
byte[] |
getRequestHandle() |
int |
getStatus() |
int |
getTotalRecords() |
public static final int TYPE_COMPLETE
public static final int TYPE_INCOMPLETE
public static final int TYPE_PARTIAL
public static final int TYPE_UNKNOWN
public static final int STATUS_PENDING
public static final int STATUS_BUILDING
public static final int STATUS_BUILT
public static final int STATUS_ERROR
public static final int STATUS_PRIMED
public static final int STATUS_OVERFLOW
public static final int STATUS_UNKNOWN
public ListInformation(int total, int returned, byte[] handle, int length, int complete, java.lang.String date, int status, int lengthOfInfo, int first)
public int getTotalRecords()
public int getRecordsReturned()
public byte[] getRequestHandle()
public int getRecordLength()
public int getCompleteType()
public java.lang.String getDateAndTimeCreated()
public int getStatus()
public int getLengthOfInformationReturned()
public int getFirstRecord()