EndpointTotalStats

This is an auto-generated Clover data object.

Fields

Constructors

Link copied to clipboard
public void EndpointTotalStats()
Constructs a new empty instance.
public void EndpointTotalStats(String json)
Constructs a new instance from the given JSON String.
public void EndpointTotalStats(JSONObject jsonObject)
Construct a new instance backed by the given JSONObject, the parameter is not copied so changes to it will be reflected in this instance and vice-versa.
Constructs a new instance that is a deep copy of the source instance.

Types

Link copied to clipboard
public interface Constraints

Properties

Link copied to clipboard
public final static int CONTENTS_FILE_DESCRIPTOR
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
public final static int PARCELABLE_WRITE_RETURN_VALUE

Functions

Link copied to clipboard
public void clearBatchNumber()
Clears the 'batchNumber' field, the 'has' method for this field will now return false
Link copied to clipboard
public void clearCardTotals()
Clears the 'cardTotals' field, the 'has' method for this field will now return false
Link copied to clipboard
public void clearCount()
Clears the 'count' field, the 'has' method for this field will now return false
Link copied to clipboard
public void clearEndpointName()
Clears the 'endpointName' field, the 'has' method for this field will now return false
Link copied to clipboard
public void clearSuccess()
Clears the 'success' field, the 'has' method for this field will now return false
Link copied to clipboard
public void clearTerminalId()
Clears the 'terminalId' field, the 'has' method for this field will now return false
Link copied to clipboard
public void clearTotal()
Clears the 'total' field, the 'has' method for this field will now return false
Link copied to clipboard
public boolean containsChanges()
Returns true if this instance has any changes.
Link copied to clipboard
Create a copy of this instance that contains only fields that were set after the constructor was called.
Link copied to clipboard
public abstract int describeContents()
public final int describeContents()
Link copied to clipboard
The batchNumber for this endpoint
Link copied to clipboard
public final Bundle getBundle()
Gets a Bundle which can be used to get and set data attached to this instance.
Link copied to clipboard
Link copied to clipboard
public Long getCount()
Total count of endpoint transactions
Link copied to clipboard
Name for the given endpoint
Link copied to clipboard
Returns the internal JSONObject backing this instance, the return value is not a copy so changes to it will be reflected in this instance and vice-versa.
Link copied to clipboard
Indicates if the closeout for terminalId/endpointName/batchNumber was successfully performed or not
Link copied to clipboard
The terminal id for this endpoint &batch details
Link copied to clipboard
public Long getTotal()
Total amount for transactions
Link copied to clipboard
public boolean hasBatchNumber()
Checks whether the 'batchNumber' field has been set, however the value could be null
Link copied to clipboard
public boolean hasCardTotals()
Checks whether the 'cardTotals' field has been set, however the value could be null
Link copied to clipboard
public boolean hasCount()
Checks whether the 'count' field has been set, however the value could be null
Link copied to clipboard
public boolean hasEndpointName()
Checks whether the 'endpointName' field has been set, however the value could be null
Link copied to clipboard
public boolean hasSuccess()
Checks whether the 'success' field has been set, however the value could be null
Link copied to clipboard
public boolean hasTerminalId()
Checks whether the 'terminalId' field has been set, however the value could be null
Link copied to clipboard
public boolean hasTotal()
Checks whether the 'total' field has been set, however the value could be null
Link copied to clipboard
public boolean isNotEmptyCardTotals()
Checks whether the 'cardTotals' field is set and is not null and is not empty
Link copied to clipboard
public boolean isNotNullBatchNumber()
Checks whether the 'batchNumber' field is set and is not null
Link copied to clipboard
public boolean isNotNullCardTotals()
Checks whether the 'cardTotals' field is set and is not null
Link copied to clipboard
public boolean isNotNullCount()
Checks whether the 'count' field is set and is not null
Link copied to clipboard
public boolean isNotNullEndpointName()
Checks whether the 'endpointName' field is set and is not null
Link copied to clipboard
public boolean isNotNullSuccess()
Checks whether the 'success' field is set and is not null
Link copied to clipboard
public boolean isNotNullTerminalId()
Checks whether the 'terminalId' field is set and is not null
Link copied to clipboard
public boolean isNotNullTotal()
Checks whether the 'total' field is set and is not null
Link copied to clipboard
public void mergeChanges(EndpointTotalStats src)
Copy all the changed fields from the given source to this instance.
Link copied to clipboard
public void resetChangeLog()
Reset the log of changes made to this instance, calling copyChanges() after this would return an empty instance.
Link copied to clipboard
Sets the field 'batchNumber'.
Link copied to clipboard
Sets the field 'cardTotals'.
Link copied to clipboard
Sets the field 'count'.
Link copied to clipboard
Sets the field 'endpointName'.
Link copied to clipboard
Sets the field 'success'.
Link copied to clipboard
Sets the field 'terminalId'.
Link copied to clipboard
Sets the field 'total'.
Link copied to clipboard
public final String toString()
Link copied to clipboard
public void validate()
Link copied to clipboard
public abstract void writeToParcel(Parcel p, int p1)
public final void writeToParcel(Parcel dest, int flags)