public class TransactionMessage extends Object implements Serializable
| Constructor and Description |
|---|
TransactionMessage() |
TransactionMessage(String transactionDetails) |
TransactionMessage(String hash,
String label,
String message,
String sender) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getHash() |
String |
getLabel() |
String |
getMessage() |
String |
getSender() |
int |
hashCode() |
void |
setHash(String hash) |
void |
setLabel(String label) |
void |
setMessage(String message) |
void |
setSender(String sender) |
org.json.JSONObject |
toJSONObject() |
String |
toJSONString() |
String |
toString() |
public TransactionMessage(String transactionDetails)
public TransactionMessage(String hash, String label, String message, String sender)
public TransactionMessage()
public String toJSONString()
public org.json.JSONObject toJSONObject()
public String getHash()
public String getLabel()
public String getMessage()
public String getSender()
public void setHash(String hash)
public void setLabel(String label)
public void setMessage(String message)
public void setSender(String sender)
protected boolean canEqual(Object other)
Copyright © 2003–2018 eXo Platform SAS. All rights reserved.