public class RetrieveInventoryPhysicalCountResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RetrieveInventoryPhysicalCountResponse.Builder
Class to build instances of
RetrieveInventoryPhysicalCountResponse. |
| Constructor and Description |
|---|
RetrieveInventoryPhysicalCountResponse(List<Error> errors,
InventoryPhysicalCount count)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
HttpContext |
getContext() |
InventoryPhysicalCount |
getCount()
Getter for Count.
|
List<Error> |
getErrors()
Getter for Errors.
|
int |
hashCode() |
RetrieveInventoryPhysicalCountResponse.Builder |
toBuilder()
Builds a new
RetrieveInventoryPhysicalCountResponse.Builder object. |
String |
toString()
Converts this RetrieveInventoryPhysicalCountResponse into string format.
|
public RetrieveInventoryPhysicalCountResponse(List<Error> errors, InventoryPhysicalCount count)
errors - List of Error value for errors.count - InventoryPhysicalCount value for count.public HttpContext getContext()
public List<Error> getErrors()
public InventoryPhysicalCount getCount()
public String toString()
public RetrieveInventoryPhysicalCountResponse.Builder toBuilder()
RetrieveInventoryPhysicalCountResponse.Builder object.
Creates the instance with the state of the current model.RetrieveInventoryPhysicalCountResponse.Builder objectCopyright © 2022. All rights reserved.