public class ImmutablePayment extends Object implements BuycraftPayment
BuycraftPayment.Serialization| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getCurrency() |
String |
getHumanTime() |
List<Integer> |
getPackages() |
double |
getPrice() |
long |
getTime() |
UUID |
getUniqueId() |
String |
getUsername() |
int |
hashCode() |
public long getTime()
getTime in interface BuycraftPaymentpublic String getHumanTime()
getHumanTime in interface BuycraftPaymentpublic String getUsername()
getUsername in interface BuycraftPaymentpublic UUID getUniqueId()
getUniqueId in interface BuycraftPaymentpublic double getPrice()
getPrice in interface BuycraftPaymentpublic String getCurrency()
getCurrency in interface BuycraftPaymentpublic List<Integer> getPackages()
getPackages in interface BuycraftPaymentCopyright © 2015. All rights reserved.