@Immutable
public class RequestProof
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RequestProof.Builder |
static class |
RequestProof.Key |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o)
Indicates whether some other object is "equal to" this object.
|
java.lang.String |
getArgument() |
java.lang.String |
getContractArgument() |
java.lang.String |
getContractId() |
java.lang.String |
getEntityId() |
RequestProof.Key |
getKey()
Returns the
Key of the RequestProof. |
int |
getKeyVersion() |
java.lang.String |
getNonce()
Returns the nonce of the proof.
|
byte[] |
getSignature()
Returns the signature of the proof.
|
int |
hashCode()
Returns a hash code value for the object.
|
static RequestProof.Builder |
newBuilder() |
java.lang.String |
toString() |
public RequestProof.Key getKey()
Key of the RequestProof.Key of the RequestProofpublic java.lang.String getNonce()
public java.lang.String getContractId()
public java.lang.String getArgument()
public java.lang.String getContractArgument()
public java.lang.String getEntityId()
public int getKeyVersion()
public byte[] getSignature()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
RequestProof, and
equals in class java.lang.Objecto - an object to be tested for equalitytrue if the other object is "equal to" this object otherwise falsepublic java.lang.String toString()
toString in class java.lang.Objectpublic static RequestProof.Builder newBuilder()