public class RewardTransaction extends Object implements Serializable
| Constructor and Description |
|---|
RewardTransaction() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static RewardTransaction |
fromStoredValue(String storedTransactionDetails) |
String |
getHash() |
Long |
getNetworkId() |
String |
getPeriodType() |
String |
getReceiverId() |
String |
getReceiverIdentityId() |
String |
getReceiverType() |
long |
getStartDateInSeconds() |
String |
getTokensAmountSent() |
String |
getToStoreValue()
Determine the value to store on transactions list.
|
int |
hashCode() |
void |
setHash(String hash) |
void |
setNetworkId(Long networkId) |
void |
setPeriodType(String periodType) |
void |
setReceiverId(String receiverId) |
void |
setReceiverIdentityId(String receiverIdentityId) |
void |
setReceiverType(String receiverType) |
void |
setStartDateInSeconds(long startDateInSeconds) |
void |
setTokensAmountSent(String tokensAmountSent) |
org.json.JSONObject |
toJSONObject() |
String |
toJSONString() |
String |
toString() |
public static RewardTransaction fromStoredValue(String storedTransactionDetails)
public String getToStoreValue()
public String toJSONString()
public org.json.JSONObject toJSONObject()
public Long getNetworkId()
public String getHash()
public String getPeriodType()
public long getStartDateInSeconds()
public String getReceiverType()
public String getReceiverId()
public String getReceiverIdentityId()
public String getTokensAmountSent()
public void setNetworkId(Long networkId)
public void setHash(String hash)
public void setPeriodType(String periodType)
public void setStartDateInSeconds(long startDateInSeconds)
public void setReceiverType(String receiverType)
public void setReceiverId(String receiverId)
public void setReceiverIdentityId(String receiverIdentityId)
public void setTokensAmountSent(String tokensAmountSent)
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.