public class CashDrawerShiftSummary extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CashDrawerShiftSummary.Builder
Class to build instances of
CashDrawerShiftSummary. |
| Modifier | Constructor and Description |
|---|---|
protected |
CashDrawerShiftSummary(String id,
String state,
io.apimatic.core.types.OptionalNullable<String> openedAt,
io.apimatic.core.types.OptionalNullable<String> endedAt,
io.apimatic.core.types.OptionalNullable<String> closedAt,
io.apimatic.core.types.OptionalNullable<String> description,
Money openedCashMoney,
Money expectedCashMoney,
Money closedCashMoney,
String createdAt,
String updatedAt,
String locationId)
Initialization constructor.
|
|
CashDrawerShiftSummary(String id,
String state,
String openedAt,
String endedAt,
String closedAt,
String description,
Money openedCashMoney,
Money expectedCashMoney,
Money closedCashMoney,
String createdAt,
String updatedAt,
String locationId)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getClosedAt()
Getter for ClosedAt.
|
Money |
getClosedCashMoney()
Getter for ClosedCashMoney.
|
String |
getCreatedAt()
Getter for CreatedAt.
|
String |
getDescription()
Getter for Description.
|
String |
getEndedAt()
Getter for EndedAt.
|
Money |
getExpectedCashMoney()
Getter for ExpectedCashMoney.
|
String |
getId()
Getter for Id.
|
String |
getLocationId()
Getter for LocationId.
|
String |
getOpenedAt()
Getter for OpenedAt.
|
Money |
getOpenedCashMoney()
Getter for OpenedCashMoney.
|
String |
getState()
Getter for State.
|
String |
getUpdatedAt()
Getter for UpdatedAt.
|
int |
hashCode() |
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetClosedAt()
Internal Getter for ClosedAt.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetDescription()
Internal Getter for Description.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetEndedAt()
Internal Getter for EndedAt.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetOpenedAt()
Internal Getter for OpenedAt.
|
CashDrawerShiftSummary.Builder |
toBuilder()
Builds a new
CashDrawerShiftSummary.Builder object. |
String |
toString()
Converts this CashDrawerShiftSummary into string format.
|
public CashDrawerShiftSummary(String id, String state, String openedAt, String endedAt, String closedAt, String description, Money openedCashMoney, Money expectedCashMoney, Money closedCashMoney, String createdAt, String updatedAt, String locationId)
id - String value for id.state - String value for state.openedAt - String value for openedAt.endedAt - String value for endedAt.closedAt - String value for closedAt.description - String value for description.openedCashMoney - Money value for openedCashMoney.expectedCashMoney - Money value for expectedCashMoney.closedCashMoney - Money value for closedCashMoney.createdAt - String value for createdAt.updatedAt - String value for updatedAt.locationId - String value for locationId.protected CashDrawerShiftSummary(String id, String state, io.apimatic.core.types.OptionalNullable<String> openedAt, io.apimatic.core.types.OptionalNullable<String> endedAt, io.apimatic.core.types.OptionalNullable<String> closedAt, io.apimatic.core.types.OptionalNullable<String> description, Money openedCashMoney, Money expectedCashMoney, Money closedCashMoney, String createdAt, String updatedAt, String locationId)
id - String value for id.state - String value for state.openedAt - String value for openedAt.endedAt - String value for endedAt.closedAt - String value for closedAt.description - String value for description.openedCashMoney - Money value for openedCashMoney.expectedCashMoney - Money value for expectedCashMoney.closedCashMoney - Money value for closedCashMoney.createdAt - String value for createdAt.updatedAt - String value for updatedAt.locationId - String value for locationId.public String getId()
public String getState()
protected io.apimatic.core.types.OptionalNullable<String> internalGetOpenedAt()
public String getOpenedAt()
protected io.apimatic.core.types.OptionalNullable<String> internalGetEndedAt()
public String getEndedAt()
protected io.apimatic.core.types.OptionalNullable<String> internalGetClosedAt()
public String getClosedAt()
protected io.apimatic.core.types.OptionalNullable<String> internalGetDescription()
public String getDescription()
public Money getOpenedCashMoney()
public Money getExpectedCashMoney()
public Money getClosedCashMoney()
public String getCreatedAt()
public String getUpdatedAt()
public String getLocationId()
public String toString()
public CashDrawerShiftSummary.Builder toBuilder()
CashDrawerShiftSummary.Builder object.
Creates the instance with the state of the current model.CashDrawerShiftSummary.Builder objectCopyright © 2024. All rights reserved.