ShippingOrderDetails

This is an auto-generated Clover data object.

Detailed information about a shipping order

Fields

Constructors

Link copied to clipboard
public void ShippingOrderDetails()
Constructs a new empty instance.
public void ShippingOrderDetails(String json)
Constructs a new instance from the given JSON String.
public void ShippingOrderDetails(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 clearCustomer()
Clears the 'customer' field, the 'has' method for this field will now return false
Link copied to clipboard
public void clearLabels()
Clears the 'labels' field, the 'has' method for this field will now return false
Link copied to clipboard
public void clearOrderUuid()
Clears the 'orderUuid' field, the 'has' method for this field will now return false
Link copied to clipboard
public void clearShipmentSummary()
Clears the 'shipmentSummary' field, the 'has' method for this field will now return false
Link copied to clipboard
public void clearShippingContext()
Clears the 'shippingContext' field, the 'has' method for this field will now return false
Link copied to clipboard
public void clearShipToAddress()
Clears the 'shipToAddress' field, the 'has' method for this field will now return false
Link copied to clipboard
public void clearStatus()
Clears the 'status' 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
public final Bundle getBundle()
Gets a Bundle which can be used to get and set data attached to this instance.
Link copied to clipboard
Customer information associated with the shipping order
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
Shipping labels associated with this order
Link copied to clipboard
Unique identifier for the order
Link copied to clipboard
High-level timeline summary of the shipment
Link copied to clipboard
Carrier and service level details for the shipment
Link copied to clipboard
Destination address for the shipment
Link copied to clipboard
public String getStatus()
Current status of the shipping order
Link copied to clipboard
public boolean hasCustomer()
Checks whether the 'customer' field has been set, however the value could be null
Link copied to clipboard
public boolean hasLabels()
Checks whether the 'labels' field has been set, however the value could be null
Link copied to clipboard
public boolean hasOrderUuid()
Checks whether the 'orderUuid' field has been set, however the value could be null
Link copied to clipboard
public boolean hasShipmentSummary()
Checks whether the 'shipmentSummary' field has been set, however the value could be null
Link copied to clipboard
public boolean hasShippingContext()
Checks whether the 'shippingContext' field has been set, however the value could be null
Link copied to clipboard
public boolean hasShipToAddress()
Checks whether the 'shipToAddress' field has been set, however the value could be null
Link copied to clipboard
public boolean hasStatus()
Checks whether the 'status' field has been set, however the value could be null
Link copied to clipboard
public boolean isNotEmptyLabels()
Checks whether the 'labels' field is set and is not null and is not empty
Link copied to clipboard
public boolean isNotNullCustomer()
Checks whether the 'customer' field is set and is not null
Link copied to clipboard
public boolean isNotNullLabels()
Checks whether the 'labels' field is set and is not null
Link copied to clipboard
public boolean isNotNullOrderUuid()
Checks whether the 'orderUuid' field is set and is not null
Link copied to clipboard
public boolean isNotNullShipmentSummary()
Checks whether the 'shipmentSummary' field is set and is not null
Link copied to clipboard
public boolean isNotNullShippingContext()
Checks whether the 'shippingContext' field is set and is not null
Link copied to clipboard
public boolean isNotNullShipToAddress()
Checks whether the 'shipToAddress' field is set and is not null
Link copied to clipboard
public boolean isNotNullStatus()
Checks whether the 'status' field is set and is not null
Link copied to clipboard
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 'customer'.
Link copied to clipboard
Sets the field 'labels'.
Link copied to clipboard
Sets the field 'orderUuid'.
Link copied to clipboard
Sets the field 'shipmentSummary'.
Link copied to clipboard
Sets the field 'shippingContext'.
Link copied to clipboard
Sets the field 'shipToAddress'.
Link copied to clipboard
Sets the field 'status'.
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)