public class OrderFulfillmentUpdated extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
OrderFulfillmentUpdated.Builder
Class to build instances of
OrderFulfillmentUpdated. |
| Constructor and Description |
|---|
OrderFulfillmentUpdated(String orderId,
Integer version,
String locationId,
String state,
String createdAt,
String updatedAt,
List<OrderFulfillmentUpdatedUpdate> fulfillmentUpdate)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCreatedAt()
Getter for CreatedAt.
|
List<OrderFulfillmentUpdatedUpdate> |
getFulfillmentUpdate()
Getter for FulfillmentUpdate.
|
String |
getLocationId()
Getter for LocationId.
|
String |
getOrderId()
Getter for OrderId.
|
String |
getState()
Getter for State.
|
String |
getUpdatedAt()
Getter for UpdatedAt.
|
Integer |
getVersion()
Getter for Version.
|
int |
hashCode() |
OrderFulfillmentUpdated.Builder |
toBuilder()
Builds a new
OrderFulfillmentUpdated.Builder object. |
String |
toString()
Converts this OrderFulfillmentUpdated into string format.
|
public OrderFulfillmentUpdated(String orderId, Integer version, String locationId, String state, String createdAt, String updatedAt, List<OrderFulfillmentUpdatedUpdate> fulfillmentUpdate)
orderId - String value for orderId.version - Integer value for version.locationId - String value for locationId.state - String value for state.createdAt - String value for createdAt.updatedAt - String value for updatedAt.fulfillmentUpdate - List of OrderFulfillmentUpdatedUpdate value for fulfillmentUpdate.public String getOrderId()
public Integer getVersion()
public String getLocationId()
public String getState()
public String getCreatedAt()
public String getUpdatedAt()
public List<OrderFulfillmentUpdatedUpdate> getFulfillmentUpdate()
public String toString()
public OrderFulfillmentUpdated.Builder toBuilder()
OrderFulfillmentUpdated.Builder object.
Creates the instance with the state of the current model.OrderFulfillmentUpdated.Builder objectCopyright © 2022. All rights reserved.