Package com.vk.api.sdk.objects.orders
Class AmountItem
java.lang.Object
com.vk.api.sdk.objects.orders.AmountItem
- All Implemented Interfaces:
Validable
public class AmountItem extends java.lang.Object implements Validable
AmountItem object
-
Constructor Summary
Constructors Constructor Description AmountItem()
-
Method Summary
Modifier and Type Method Description boolean
equals(java.lang.Object o)
java.lang.Integer
getAmount()
java.lang.String
getDescription()
java.lang.String
getVotes()
int
hashCode()
AmountItem
setAmount(java.lang.Integer amount)
AmountItem
setDescription(java.lang.String description)
AmountItem
setVotes(java.lang.String votes)
java.lang.String
toPrettyString()
java.lang.String
toString()
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.vk.api.sdk.objects.Validable
validateRequired
-
Constructor Details
-
AmountItem
public AmountItem()
-
-
Method Details
-
getAmount
public java.lang.Integer getAmount() -
setAmount
-
getDescription
public java.lang.String getDescription() -
setDescription
-
getVotes
public java.lang.String getVotes() -
setVotes
-
hashCode
public int hashCode()- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)- Overrides:
equals
in classjava.lang.Object
-
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-
toPrettyString
public java.lang.String toPrettyString()
-