@Beta public class MultichainOutput extends Object
Constructor and Description |
---|
MultichainOutput(Integer n) |
MultichainOutput(Long value,
Integer n,
MultichainScriptPubKey scriptPubKey,
List<MultichainAsset> assets,
List<Object> permissions,
List<MultichainItem> items,
List<String> addresses,
String type,
Boolean ismine,
Boolean iswatchonly,
Integer amount) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<String> |
getAddresses() |
Integer |
getAmount() |
List<MultichainAsset> |
getAssets() |
Boolean |
getIsmine() |
Boolean |
getIswatchonly() |
List<MultichainItem> |
getItems() |
Integer |
getN() |
List<Object> |
getPermissions() |
MultichainScriptPubKey |
getScriptPubKey() |
String |
getType() |
Long |
getValue() |
int |
hashCode() |
void |
setAddresses(List<String> addresses) |
void |
setAmount(Integer amount) |
void |
setAssets(List<MultichainAsset> assets) |
void |
setIsmine(Boolean ismine) |
void |
setIswatchonly(Boolean iswatchonly) |
void |
setItems(List<MultichainItem> items) |
void |
setN(Integer n) |
void |
setPermissions(List<Object> permissions) |
void |
setScriptPubKey(MultichainScriptPubKey scriptPubKey) |
void |
setType(String type) |
void |
setValue(Long value) |
String |
toString() |
public MultichainOutput(@Nullable Long value, @Nonnull Integer n, @Nullable MultichainScriptPubKey scriptPubKey, @Nullable List<MultichainAsset> assets, @Nullable List<Object> permissions, @Nullable List<MultichainItem> items, @Nullable List<String> addresses, @Nullable String type, @Nullable Boolean ismine, @Nullable Boolean iswatchonly, @Nullable Integer amount)
@Nullable public MultichainScriptPubKey getScriptPubKey()
@Nullable public List<MultichainAsset> getAssets()
@Nullable public List<MultichainItem> getItems()
public void setScriptPubKey(@Nullable MultichainScriptPubKey scriptPubKey)
public void setAssets(@Nullable List<MultichainAsset> assets)
public void setItems(@Nullable List<MultichainItem> items)
Copyright © 2021 SAP SE. All rights reserved.