public class ProductOrderReceipt extends Object
static class
ProductOrderReceipt.Builder<T extends ProductOrderReceipt.Builder<T>>
protected
ProductOrderReceipt(int orderId, ProductOrder orderDetails)
static ProductOrderReceipt.Builder<?>
builder()
boolean
equals(Object obj)
ProductOrder
getOrderDetails()
int
getOrderId()
hashCode()
protected com.google.common.base.Objects.ToStringHelper
string()
ProductOrderReceipt.Builder<?>
toBuilder()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
@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()
public int hashCode()
hashCode
Object
public boolean equals(Object obj)
equals
protected com.google.common.base.Objects.ToStringHelper string()
public String toString()
toString
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.