public class CommentPayoutBeneficiaries extends CommentOptionsExtension
| Constructor and Description |
|---|
CommentPayoutBeneficiaries() |
| Modifier and Type | Method and Description |
|---|---|
List<BeneficiaryRouteType> |
getBeneficiaries() |
void |
setBeneficiaries(List<BeneficiaryRouteType> beneficiaries) |
byte[] |
toByteArray()
Covert the operation into a byte array.
|
String |
toString() |
void |
validate(ValidationType validationType)
Use this method to verify that this object is valid.
|
public List<BeneficiaryRouteType> getBeneficiaries()
public void setBeneficiaries(List<BeneficiaryRouteType> beneficiaries)
beneficiaries - The beneficiaries to set.public byte[] toByteArray()
throws BeowulfInvalidTransactionException
ByteTransformableBeowulfInvalidTransactionException - If there was a problem while transforming the transaction
into a byte array.public String toString()
toString in class CommentOptionsExtensionpublic void validate(ValidationType validationType)
ValidatablevalidationType - An indicator telling the method what should be validated.Copyright © 2019. All rights reserved.