Package org.stellar.sdk.xdr
Class ExtendFootprintTTLResult
java.lang.Object
org.stellar.sdk.xdr.ExtendFootprintTTLResult
- All Implemented Interfaces:
XdrElement
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
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()static ExtendFootprintTTLResultdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) booleanstatic ExtendFootprintTTLResultfromXdrBase64(String xdr) static ExtendFootprintTTLResultfromXdrByteArray(byte[] xdr) inthashCode()voidsetDiscriminant(ExtendFootprintTTLResultCode discriminant) toString()Methods inherited from interface org.stellar.sdk.xdr.XdrElement
toXdrBase64, toXdrByteArray
-
Constructor Details
-
ExtendFootprintTTLResult
public ExtendFootprintTTLResult() -
ExtendFootprintTTLResult
-
-
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
-