Constructor and Description |
---|
HashLockInfo(java.lang.String recordId,
int version,
Address ownerAddress,
MosaicId mosaicId,
java.math.BigInteger amount,
java.math.BigInteger endHeight,
LockStatus status,
java.lang.String hash) |
Modifier and Type | Method and Description |
---|---|
java.math.BigInteger |
getAmount() |
java.math.BigInteger |
getEndHeight() |
java.lang.String |
getHash() |
MosaicId |
getMosaicId() |
Address |
getOwnerAddress() |
java.util.Optional<java.lang.String> |
getRecordId()
Returns database record id of the entity.
|
LockStatus |
getStatus() |
int |
getVersion() |
byte[] |
serialize() |
public HashLockInfo(java.lang.String recordId, int version, Address ownerAddress, MosaicId mosaicId, java.math.BigInteger amount, java.math.BigInteger endHeight, LockStatus status, java.lang.String hash)
public java.util.Optional<java.lang.String> getRecordId()
Stored
getRecordId
in interface Stored
public Address getOwnerAddress()
public MosaicId getMosaicId()
public java.math.BigInteger getAmount()
public java.math.BigInteger getEndHeight()
public LockStatus getStatus()
public java.lang.String getHash()
public int getVersion()
public byte[] serialize()