public class Receipt extends AJson
| Modifier and Type | Class and Description |
|---|---|
static class |
Receipt.Status |
static class |
Receipt.Type |
| Constructor and Description |
|---|
Receipt() |
| Modifier and Type | Method and Description |
|---|---|
Timestamp |
getCreated() |
String |
getHumanReadableStatus() |
String |
getId() |
String |
getNodeIp() |
String |
getStatus() |
Transaction |
getTransaction() |
String |
getType() |
Timestamp |
getUpdated() |
boolean |
isOk() |
void |
setCreated(Timestamp created) |
void |
setHumanReadableStatus(String humanReadableStatus) |
void |
setId(String id) |
void |
setNodeIp(String nodeIp) |
void |
setStatus(String status) |
void |
setTransaction(Transaction transaction) |
void |
setType(String type) |
void |
setUpdated(Timestamp updated) |
deserialize, deserializeList, deserializeMap, omit, toJsonNode, toPrettyString, toString, toStringpublic String getId()
public void setId(String id)
id - public String getType()
public void setType(String type)
type - public String getStatus()
public void setStatus(String status)
status - public String getHumanReadableStatus()
public void setHumanReadableStatus(String humanReadableStatus)
humanReadableStatus - public String getNodeIp()
public void setNodeIp(String nodeIp)
nodeIp - public Timestamp getUpdated()
public void setUpdated(Timestamp updated)
updated - public Timestamp getCreated()
public void setCreated(Timestamp created)
created - public boolean isOk()
public Transaction getTransaction()
public void setTransaction(Transaction transaction)
transaction - Copyright © 2019. All rights reserved.