@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2021-01-14T22:22:10.865Z[UTC]")
public class SecretProofTransactionBodyDTO
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
JSON_PROPERTY_HASH_ALGORITHM |
static java.lang.String |
JSON_PROPERTY_PROOF |
static java.lang.String |
JSON_PROPERTY_RECIPIENT_ADDRESS |
static java.lang.String |
JSON_PROPERTY_SECRET |
| Constructor and Description |
|---|
SecretProofTransactionBodyDTO() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
LockHashAlgorithmEnum |
getHashAlgorithm()
Get hashAlgorithm
|
java.lang.String |
getProof()
Original random set of bytes.
|
java.lang.String |
getRecipientAddress()
Address expressed in hexadecimal base.
|
java.lang.String |
getSecret()
Get secret
|
SecretProofTransactionBodyDTO |
hashAlgorithm(LockHashAlgorithmEnum hashAlgorithm) |
int |
hashCode() |
SecretProofTransactionBodyDTO |
proof(java.lang.String proof) |
SecretProofTransactionBodyDTO |
recipientAddress(java.lang.String recipientAddress) |
SecretProofTransactionBodyDTO |
secret(java.lang.String secret) |
void |
setHashAlgorithm(LockHashAlgorithmEnum hashAlgorithm) |
void |
setProof(java.lang.String proof) |
void |
setRecipientAddress(java.lang.String recipientAddress) |
void |
setSecret(java.lang.String secret) |
java.lang.String |
toString() |
public static final java.lang.String JSON_PROPERTY_RECIPIENT_ADDRESS
public static final java.lang.String JSON_PROPERTY_SECRET
public static final java.lang.String JSON_PROPERTY_HASH_ALGORITHM
public static final java.lang.String JSON_PROPERTY_PROOF
public SecretProofTransactionBodyDTO recipientAddress(java.lang.String recipientAddress)
public java.lang.String getRecipientAddress()
public void setRecipientAddress(java.lang.String recipientAddress)
public SecretProofTransactionBodyDTO secret(java.lang.String secret)
public java.lang.String getSecret()
public void setSecret(java.lang.String secret)
public SecretProofTransactionBodyDTO hashAlgorithm(LockHashAlgorithmEnum hashAlgorithm)
public LockHashAlgorithmEnum getHashAlgorithm()
public void setHashAlgorithm(LockHashAlgorithmEnum hashAlgorithm)
public SecretProofTransactionBodyDTO proof(java.lang.String proof)
public java.lang.String getProof()
public void setProof(java.lang.String proof)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object