Package org.stellar.sdk.xdr
Class ExtendFootprintTTLOp
java.lang.Object
org.stellar.sdk.xdr.ExtendFootprintTTLOp
- All Implemented Interfaces:
XdrElement
ExtendFootprintTTLOp's original definition in the XDR file is:
struct ExtendFootprintTTLOp
{
ExtensionPoint ext;
uint32 extendTo;
};
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()static ExtendFootprintTTLOpdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) booleanstatic ExtendFootprintTTLOpfromXdrBase64(String xdr) static ExtendFootprintTTLOpfromXdrByteArray(byte[] xdr) getExt()inthashCode()voidsetExt(ExtensionPoint ext) voidsetExtendTo(Uint32 extendTo) toString()Methods inherited from interface org.stellar.sdk.xdr.XdrElement
toXdrBase64, toXdrByteArray
-
Constructor Details
-
ExtendFootprintTTLOp
public ExtendFootprintTTLOp() -
ExtendFootprintTTLOp
-
-
Method Details
-
encode
- Specified by:
encodein interfaceXdrElement- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
builder
-
toBuilder
-
getExt
-
getExtendTo
-
setExt
-
setExtendTo
-
equals
-
hashCode
public int hashCode() -
toString
-