public class InventoryCount extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
InventoryCount.Builder
Class to build instances of
InventoryCount. |
| Constructor and Description |
|---|
InventoryCount(String catalogObjectId,
String catalogObjectType,
String state,
String locationId,
String quantity,
String calculatedAt,
Boolean isEstimated)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCalculatedAt()
Getter for CalculatedAt.
|
String |
getCatalogObjectId()
Getter for CatalogObjectId.
|
String |
getCatalogObjectType()
Getter for CatalogObjectType.
|
Boolean |
getIsEstimated()
Getter for IsEstimated.
|
String |
getLocationId()
Getter for LocationId.
|
String |
getQuantity()
Getter for Quantity.
|
String |
getState()
Getter for State.
|
int |
hashCode() |
InventoryCount.Builder |
toBuilder()
Builds a new
InventoryCount.Builder object. |
String |
toString()
Converts this InventoryCount into string format.
|
public InventoryCount(String catalogObjectId, String catalogObjectType, String state, String locationId, String quantity, String calculatedAt, Boolean isEstimated)
catalogObjectId - String value for catalogObjectId.catalogObjectType - String value for catalogObjectType.state - String value for state.locationId - String value for locationId.quantity - String value for quantity.calculatedAt - String value for calculatedAt.isEstimated - Boolean value for isEstimated.public String getCatalogObjectId()
public String getCatalogObjectType()
public String getState()
public String getLocationId()
public String getQuantity()
public String getCalculatedAt()
public Boolean getIsEstimated()
public String toString()
public InventoryCount.Builder toBuilder()
InventoryCount.Builder object.
Creates the instance with the state of the current model.InventoryCount.Builder objectCopyright © 2022. All rights reserved.