public class Receipt extends Object implements IModel, Serializable, Comparable<Receipt>
| Constructor and Description |
|---|
Receipt() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Receipt o) |
boolean |
equals(Object o) |
static Receipt |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
String |
getAccountName() |
String |
getAmount() |
Long |
getCreatedAt() |
Long |
getDate() |
String |
getName() |
String |
getPdfUrl() |
String |
getReceiptId() |
Long |
getUpdatedAt() |
int |
hashCode() |
void |
setAccountName(String accountName) |
void |
setAmount(String amount) |
void |
setCreatedAt(Long createdAt) |
void |
setDate(Long date) |
void |
setName(String name) |
void |
setPdfUrl(String pdfUrl) |
void |
setReceiptId(String receiptId) |
void |
setUpdatedAt(Long updatedAt) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
Receipt |
withAccountName(String accountName) |
Receipt |
withAmount(String amount) |
Receipt |
withCreatedAt(Long createdAt) |
Receipt |
withDate(Long date) |
Receipt |
withName(String name) |
Receipt |
withPdfUrl(String pdfUrl) |
Receipt |
withReceiptId(String receiptId) |
Receipt |
withUpdatedAt(Long updatedAt) |
public String getReceiptId()
public void setReceiptId(String receiptId)
public String getAccountName()
public void setAccountName(String accountName)
public String getName()
public void setName(String name)
public Long getDate()
public void setDate(Long date)
public String getAmount()
public void setAmount(String amount)
public String getPdfUrl()
public void setPdfUrl(String pdfUrl)
public Long getCreatedAt()
public void setCreatedAt(Long createdAt)
public Long getUpdatedAt()
public void setUpdatedAt(Long updatedAt)
public static Receipt fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
public int compareTo(Receipt o)
compareTo in interface Comparable<Receipt>Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.