Package com.vk.api.sdk.objects.callback
Class DonutSubscriptionProlonged
- java.lang.Object
-
- com.vk.api.sdk.objects.callback.DonutSubscriptionProlonged
-
-
Constructor Summary
Constructors Constructor Description DonutSubscriptionProlonged()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.IntegergetAmount()java.lang.FloatgetAmountWithoutFee()java.lang.IntegergetUserId()inthashCode()DonutSubscriptionProlongedsetAmount(java.lang.Integer amount)DonutSubscriptionProlongedsetAmountWithoutFee(java.lang.Float amountWithoutFee)DonutSubscriptionProlongedsetUserId(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 DonutSubscriptionProlonged setUserId(java.lang.Integer userId)
-
getAmount
public java.lang.Integer getAmount()
-
setAmount
public DonutSubscriptionProlonged setAmount(java.lang.Integer amount)
-
getAmountWithoutFee
public java.lang.Float getAmountWithoutFee()
-
setAmountWithoutFee
public DonutSubscriptionProlonged setAmountWithoutFee(java.lang.Float amountWithoutFee)
-
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()
-
-