public static class RevokeSponsorshipOp.RevokeSponsorshipOpSigner extends java.lang.Object implements XdrElement
struct { AccountID accountID; SignerKey signerKey; }
Modifier and Type | Class and Description |
---|---|
static class |
RevokeSponsorshipOp.RevokeSponsorshipOpSigner.RevokeSponsorshipOpSignerBuilder |
Constructor and Description |
---|
RevokeSponsorshipOpSigner() |
RevokeSponsorshipOpSigner(AccountID accountID,
SignerKey signerKey) |
Modifier and Type | Method and Description |
---|---|
static RevokeSponsorshipOp.RevokeSponsorshipOpSigner.RevokeSponsorshipOpSignerBuilder |
builder() |
static RevokeSponsorshipOp.RevokeSponsorshipOpSigner |
decode(XdrDataInputStream stream) |
void |
encode(XdrDataOutputStream stream) |
boolean |
equals(java.lang.Object o) |
static RevokeSponsorshipOp.RevokeSponsorshipOpSigner |
fromXdrBase64(java.lang.String xdr) |
static RevokeSponsorshipOp.RevokeSponsorshipOpSigner |
fromXdrByteArray(byte[] xdr) |
AccountID |
getAccountID() |
SignerKey |
getSignerKey() |
int |
hashCode() |
void |
setAccountID(AccountID accountID) |
void |
setSignerKey(SignerKey signerKey) |
RevokeSponsorshipOp.RevokeSponsorshipOpSigner.RevokeSponsorshipOpSignerBuilder |
toBuilder() |
java.lang.String |
toString() |
toXdrBase64, toXdrByteArray
public void encode(XdrDataOutputStream stream) throws java.io.IOException
encode
in interface XdrElement
java.io.IOException
public static RevokeSponsorshipOp.RevokeSponsorshipOpSigner decode(XdrDataInputStream stream) throws java.io.IOException
java.io.IOException
public static RevokeSponsorshipOp.RevokeSponsorshipOpSigner fromXdrBase64(java.lang.String xdr) throws java.io.IOException
java.io.IOException
public static RevokeSponsorshipOp.RevokeSponsorshipOpSigner fromXdrByteArray(byte[] xdr) throws java.io.IOException
java.io.IOException
public static RevokeSponsorshipOp.RevokeSponsorshipOpSigner.RevokeSponsorshipOpSignerBuilder builder()
public RevokeSponsorshipOp.RevokeSponsorshipOpSigner.RevokeSponsorshipOpSignerBuilder toBuilder()
public AccountID getAccountID()
public SignerKey getSignerKey()
public void setAccountID(AccountID accountID)
public void setSignerKey(SignerKey signerKey)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object