Serializablepublic class Output extends Object implements Serializable
| Constructor | Description |
|---|---|
Output() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
addPublicKey(String publicKey) |
Adds the public key.
|
String |
getAmount() |
Gets the amount.
|
Condition |
getCondition() |
Gets the condition.
|
Integer |
getOutputIndex() |
Gets the output index.
|
List<String> |
getPublicKeys() |
Gets the public keys.
|
String |
getTransactionId() |
Gets the transaction id.
|
void |
setAmount(String amount) |
Sets the amount.
|
void |
setCondition(Condition condition) |
Sets the condition.
|
void |
setOutputIndex(Integer outputIndex) |
Sets the output index.
|
void |
setTransactionId(String transactionId) |
Sets the transaction id.
|
public Integer getOutputIndex()
public void setOutputIndex(Integer outputIndex)
outputIndex - the new output indexpublic String getTransactionId()
public void setTransactionId(String transactionId)
transactionId - the new transaction idpublic String getAmount()
public void setAmount(String amount)
amount - the new amountpublic Condition getCondition()
public void setCondition(Condition condition)
condition - the new conditionpublic void addPublicKey(String publicKey)
publicKey - the public keyCopyright © 2018. All rights reserved.