public class SkuInventoryAvailabilityRequest extends Object implements Serializable
Constructor and Description |
---|
SkuInventoryAvailabilityRequest() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Integer |
getQuantityRequested()
Quantity delta that is being requested (i.e.
|
String |
getSkuCode()
The value of the SKU reference.
|
int |
hashCode() |
void |
setQuantityRequested(Integer quantityRequested)
Quantity delta that is being requested (i.e.
|
void |
setSkuCode(String skuCode)
The value of the SKU reference.
|
String |
toString() |
public String getSkuCode()
public Integer getQuantityRequested()
public void setSkuCode(String skuCode)
public void setQuantityRequested(Integer quantityRequested)
protected boolean canEqual(Object other)
Copyright © 2021. All rights reserved.