| Constructor and Description |
|---|
GetSubscriptionResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.Integer |
getAmount() |
java.lang.Integer |
getNextPaymentDate() |
java.lang.Long |
getOwnerId() |
GetSubscriptionResponseStatus |
getStatus() |
int |
hashCode() |
GetSubscriptionResponse |
setAmount(java.lang.Integer amount) |
GetSubscriptionResponse |
setNextPaymentDate(java.lang.Integer nextPaymentDate) |
GetSubscriptionResponse |
setOwnerId(java.lang.Long ownerId) |
GetSubscriptionResponse |
setStatus(GetSubscriptionResponseStatus status) |
java.lang.String |
toPrettyString() |
java.lang.String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitvalidateRequiredpublic java.lang.Integer getAmount()
public GetSubscriptionResponse setAmount(java.lang.Integer amount)
public java.lang.Integer getNextPaymentDate()
public GetSubscriptionResponse setNextPaymentDate(java.lang.Integer nextPaymentDate)
public java.lang.Long getOwnerId()
public GetSubscriptionResponse setOwnerId(java.lang.Long ownerId)
public GetSubscriptionResponseStatus getStatus()
public GetSubscriptionResponse setStatus(GetSubscriptionResponseStatus status)
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String toPrettyString()