public class ProductOrderReceipt extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ProductOrderReceipt.Builder<T extends ProductOrderReceipt.Builder<T>> |
Modifier | Constructor and Description |
---|---|
protected |
ProductOrderReceipt(int orderId,
ProductOrder orderDetails) |
Modifier and Type | Method and Description |
---|---|
static ProductOrderReceipt.Builder<?> |
builder() |
boolean |
equals(Object obj) |
ProductOrder |
getOrderDetails()
This is a copy of the SoftLayer_Container_Product_Order
which holds all the data related to an order.
|
int |
getOrderId() |
int |
hashCode() |
protected com.google.common.base.Objects.ToStringHelper |
string() |
ProductOrderReceipt.Builder<?> |
toBuilder() |
String |
toString() |
@ConstructorProperties(value={"orderId","orderDetails"}) protected ProductOrderReceipt(int orderId, @Nullable ProductOrder orderDetails)
public static ProductOrderReceipt.Builder<?> builder()
public ProductOrderReceipt.Builder<?> toBuilder()
public int getOrderId()
@Nullable public ProductOrder getOrderDetails()
protected com.google.common.base.Objects.ToStringHelper string()
Copyright © 2009-2013 jclouds. All Rights Reserved.