public class Schedule extends Object
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
static Schedule |
from(Timestamp time,
int amount)
Create a new Schedule object from a long time and an amount.
|
CCDAmount |
getAmount()
The amount to be transferred at the given timestamp.
|
byte[] |
getBytes() |
Timestamp |
getTime()
Timestamp of the amount transfer Schedule
|
int |
hashCode() |
String |
toString() |
public static Schedule from(Timestamp time, int amount)
time
- The Timestamp object.amount
- The amount of CCD to be sent.public byte[] getBytes()
Schedule
object.public Timestamp getTime()
public CCDAmount getAmount()
protected boolean canEqual(Object other)
Copyright © 2025. All rights reserved.