Package com.vk.api.sdk.objects.callback
Class DonutSubscriptionPriceChanged
- java.lang.Object
-
- com.vk.api.sdk.objects.callback.DonutSubscriptionPriceChanged
-
-
Constructor Summary
Constructors Constructor Description DonutSubscriptionPriceChanged()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.FloatgetAmountDiff()java.lang.FloatgetAmountDiffWithoutFee()java.lang.IntegergetAmountNew()java.lang.IntegergetAmountOld()java.lang.IntegergetUserId()inthashCode()DonutSubscriptionPriceChangedsetAmountDiff(java.lang.Float amountDiff)DonutSubscriptionPriceChangedsetAmountDiffWithoutFee(java.lang.Float amountDiffWithoutFee)DonutSubscriptionPriceChangedsetAmountNew(java.lang.Integer amountNew)DonutSubscriptionPriceChangedsetAmountOld(java.lang.Integer amountOld)DonutSubscriptionPriceChangedsetUserId(java.lang.Integer userId)java.lang.StringtoPrettyString()java.lang.StringtoString()-
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
-
-
-
-
Method Detail
-
getUserId
public java.lang.Integer getUserId()
-
setUserId
public DonutSubscriptionPriceChanged setUserId(java.lang.Integer userId)
-
getAmountOld
public java.lang.Integer getAmountOld()
-
setAmountOld
public DonutSubscriptionPriceChanged setAmountOld(java.lang.Integer amountOld)
-
getAmountNew
public java.lang.Integer getAmountNew()
-
setAmountNew
public DonutSubscriptionPriceChanged setAmountNew(java.lang.Integer amountNew)
-
getAmountDiff
public java.lang.Float getAmountDiff()
-
setAmountDiff
public DonutSubscriptionPriceChanged setAmountDiff(java.lang.Float amountDiff)
-
getAmountDiffWithoutFee
public java.lang.Float getAmountDiffWithoutFee()
-
setAmountDiffWithoutFee
public DonutSubscriptionPriceChanged setAmountDiffWithoutFee(java.lang.Float amountDiffWithoutFee)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
toPrettyString
public java.lang.String toPrettyString()
-
-