Package org.stellar.sdk.xdr
Class RestoreFootprintResult
java.lang.Object
org.stellar.sdk.xdr.RestoreFootprintResult
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
Modifier and TypeClassDescriptionstatic class
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
static RestoreFootprintResult
decode
(XdrDataInputStream stream) void
encode
(XdrDataOutputStream stream) boolean
static RestoreFootprintResult
fromXdrBase64
(String xdr) static RestoreFootprintResult
fromXdrByteArray
(byte[] xdr) int
hashCode()
void
setDiscriminant
(RestoreFootprintResultCode discriminant) toString()
default String
default byte[]
-
Constructor Details
-
RestoreFootprintResult
public RestoreFootprintResult() -
RestoreFootprintResult
-
-
Method Details
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
builder
-
toBuilder
-
getDiscriminant
-
setDiscriminant
-
equals
-
hashCode
public int hashCode() -
toString
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-