Package org.stellar.sdk.xdr
Class ExtendFootprintTTLResult
java.lang.Object
org.stellar.sdk.xdr.ExtendFootprintTTLResult
ExtendFootprintTTLResult's original definition in the XDR file is:
union ExtendFootprintTTLResult switch (ExtendFootprintTTLResultCode code) { case EXTEND_FOOTPRINT_TTL_SUCCESS: void; case EXTEND_FOOTPRINT_TTL_MALFORMED: case EXTEND_FOOTPRINT_TTL_RESOURCE_LIMIT_EXCEEDED: case EXTEND_FOOTPRINT_TTL_INSUFFICIENT_REFUNDABLE_FEE: void; };
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
static ExtendFootprintTTLResult
decode
(XdrDataInputStream stream) void
encode
(XdrDataOutputStream stream) boolean
static ExtendFootprintTTLResult
fromXdrBase64
(String xdr) static ExtendFootprintTTLResult
fromXdrByteArray
(byte[] xdr) int
hashCode()
void
setDiscriminant
(ExtendFootprintTTLResultCode discriminant) toString()
default String
default byte[]
-
Constructor Details
-
ExtendFootprintTTLResult
public ExtendFootprintTTLResult() -
ExtendFootprintTTLResult
-
-
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
-