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() |
String |
getPeriodType() |
String |
getReceiverId() |
long |
getReceiverIdentityId() |
String |
getReceiverType() |
long |
getStartDateInSeconds() |
String |
getStatus() |
double |
getTokensSent() |
String |
getToStoreValue()
Determine the value to store on transactions list.
|
int |
hashCode() |
void |
setHash(String hash) |
void |
setPeriodType(String periodType) |
void |
setReceiverId(String receiverId) |
void |
setReceiverIdentityId(long receiverIdentityId) |
void |
setReceiverType(String receiverType) |
void |
setStartDateInSeconds(long startDateInSeconds) |
void |
setStatus(String status) |
void |
setTokensSent(double tokensSent) |
String |
toString() |
public static RewardTransaction fromStoredValue(String storedTransactionDetails)
public String getToStoreValue()
public String getHash()
public String getPeriodType()
public long getStartDateInSeconds()
public String getReceiverType()
public String getReceiverId()
public long getReceiverIdentityId()
public double getTokensSent()
public String getStatus()
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(long receiverIdentityId)
public void setTokensSent(double tokensSent)
public void setStatus(String status)
Copyright © 2003–2020 eXo Platform SAS. All rights reserved.