@Beta public class MultichainAssetTransaction extends Object
Constructor and Description |
---|
MultichainAssetTransaction(Map<String,Integer> addresses,
List<?> items,
Object data,
Integer confirmations,
String blockhash,
Integer blockindex,
Long blocktime,
String txid,
Boolean valid,
Long time,
Long timereceived,
List<MultichainUTXO> vin,
List<MultichainOutput> vout,
String hex) |
MultichainAssetTransaction(Map<String,Integer> addresses,
List<?> items,
String txid,
Boolean valid,
String hex) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Map<String,Integer> |
getAddresses() |
String |
getBlockhash() |
Integer |
getBlockindex() |
Long |
getBlocktime() |
Integer |
getConfirmations() |
Object |
getData() |
String |
getHex() |
List<?> |
getItems() |
Long |
getTime() |
Long |
getTimereceived() |
String |
getTxid() |
Boolean |
getValid() |
List<MultichainUTXO> |
getVin() |
List<MultichainOutput> |
getVout() |
int |
hashCode() |
void |
setAddresses(Map<String,Integer> addresses) |
void |
setBlockhash(String blockhash) |
void |
setBlockindex(Integer blockindex) |
void |
setBlocktime(Long blocktime) |
void |
setConfirmations(Integer confirmations) |
void |
setData(Object data) |
void |
setHex(String hex) |
void |
setItems(List<?> items) |
void |
setTime(Long time) |
void |
setTimereceived(Long timereceived) |
void |
setTxid(String txid) |
void |
setValid(Boolean valid) |
void |
setVin(List<MultichainUTXO> vin) |
void |
setVout(List<MultichainOutput> vout) |
String |
toString() |
public MultichainAssetTransaction(@Nonnull Map<String,Integer> addresses, @Nonnull List<?> items, @Nullable Object data, @Nullable Integer confirmations, @Nullable String blockhash, @Nullable Integer blockindex, @Nullable Long blocktime, @Nonnull String txid, @Nonnull Boolean valid, @Nullable Long time, @Nullable Long timereceived, @Nullable List<MultichainUTXO> vin, @Nullable List<MultichainOutput> vout, @Nonnull String hex)
@Nullable public List<MultichainUTXO> getVin()
@Nullable public List<MultichainOutput> getVout()
public void setVin(@Nullable List<MultichainUTXO> vin)
public void setVout(@Nullable List<MultichainOutput> vout)
protected boolean canEqual(Object other)
Copyright © 2020 SAP SE. All rights reserved.