@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-09-14T15:19:00.879+05:30") public class ShippingAddressListForCustomer extends Object
| Constructor and Description |
|---|
ShippingAddressListForCustomer() |
| Modifier and Type | Method and Description |
|---|---|
ShippingAddressListForCustomer |
embedded(ShippingAddressListForCustomerEmbedded embedded) |
boolean |
equals(Object o) |
Integer |
getCount()
The number of Shipping Addresses returned in the array.
|
ShippingAddressListForCustomerEmbedded |
getEmbedded()
Get embedded
|
Integer |
getLimit()
The limit parameter supplied in the request.
|
ShippingAddressListForCustomerLinks |
getLinks()
Get links
|
Integer |
getOffset()
The offset parameter supplied in the request.
|
Integer |
getTotal()
The total number of Shipping Addresses associated with the Customer.
|
int |
hashCode() |
ShippingAddressListForCustomer |
links(ShippingAddressListForCustomerLinks links) |
void |
setEmbedded(ShippingAddressListForCustomerEmbedded embedded) |
void |
setLinks(ShippingAddressListForCustomerLinks links) |
String |
toString() |
public ShippingAddressListForCustomer links(ShippingAddressListForCustomerLinks links)
public ShippingAddressListForCustomerLinks getLinks()
public void setLinks(ShippingAddressListForCustomerLinks links)
public Integer getOffset()
public Integer getLimit()
public Integer getCount()
public Integer getTotal()
public ShippingAddressListForCustomer embedded(ShippingAddressListForCustomerEmbedded embedded)
public ShippingAddressListForCustomerEmbedded getEmbedded()
public void setEmbedded(ShippingAddressListForCustomerEmbedded embedded)
Copyright © 2020. All rights reserved.