public class PricingDetail
extends java.lang.Object
implements java.io.Serializable
| コンストラクタと説明 |
|---|
PricingDetail() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Integer |
getCount()
Returns the value of the Count property for this object.
|
java.lang.Double |
getPrice()
Returns the value of the Price property for this object.
|
int |
hashCode() |
void |
setCount(java.lang.Integer count)
Sets the value of the Count property for this object.
|
void |
setPrice(java.lang.Double price)
Sets the value of the Price property for this object.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
PricingDetail |
withCount(java.lang.Integer count)
Sets the value of the Count property for this object.
|
PricingDetail |
withPrice(java.lang.Double price)
Sets the value of the Price property for this object.
|
public java.lang.Double getPrice()
public void setPrice(java.lang.Double price)
price - The new value for the Price property for this object.public PricingDetail withPrice(java.lang.Double price)
Returns a reference to this object so that method calls can be chained together.
price - The new value for the Price property for this object.public java.lang.Integer getCount()
public void setCount(java.lang.Integer count)
count - The new value for the Count property for this object.public PricingDetail withCount(java.lang.Integer count)
Returns a reference to this object so that method calls can be chained together.
count - The new value for the Count property for this object.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object