Package org.stellar.sdk.xdr
Class RestoreFootprintResult
java.lang.Object
org.stellar.sdk.xdr.RestoreFootprintResult
- All Implemented Interfaces:
XdrElement
RestoreFootprintResult's original definition in the XDR file is:
union RestoreFootprintResult switch (RestoreFootprintResultCode code)
{
case RESTORE_FOOTPRINT_SUCCESS:
void;
case RESTORE_FOOTPRINT_MALFORMED:
case RESTORE_FOOTPRINT_RESOURCE_LIMIT_EXCEEDED:
case RESTORE_FOOTPRINT_INSUFFICIENT_REFUNDABLE_FEE:
void;
};
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()static RestoreFootprintResultdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) booleanstatic RestoreFootprintResultfromXdrBase64(String xdr) static RestoreFootprintResultfromXdrByteArray(byte[] xdr) inthashCode()voidsetDiscriminant(RestoreFootprintResultCode discriminant) toString()Methods inherited from interface org.stellar.sdk.xdr.XdrElement
toXdrBase64, toXdrByteArray
-
Constructor Details
-
RestoreFootprintResult
public RestoreFootprintResult() -
RestoreFootprintResult
-
-
Method Details
-
encode
- Specified by:
encodein interfaceXdrElement- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
builder
-
toBuilder
-
getDiscriminant
-
setDiscriminant
-
equals
-
hashCode
public int hashCode() -
toString
-