Package org.stellar.sdk.xdr
Class ExtendFootprintTTLOp
java.lang.Object
org.stellar.sdk.xdr.ExtendFootprintTTLOp
ExtendFootprintTTLOp's original definition in the XDR file is:
struct ExtendFootprintTTLOp { ExtensionPoint ext; uint32 extendTo; };
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
static ExtendFootprintTTLOp
decode
(XdrDataInputStream stream) void
encode
(XdrDataOutputStream stream) boolean
static ExtendFootprintTTLOp
fromXdrBase64
(String xdr) static ExtendFootprintTTLOp
fromXdrByteArray
(byte[] xdr) getExt()
int
hashCode()
void
setExt
(ExtensionPoint ext) void
setExtendTo
(Uint32 extendTo) toString()
default String
default byte[]
-
Constructor Details
-
ExtendFootprintTTLOp
public ExtendFootprintTTLOp() -
ExtendFootprintTTLOp
-
-
Method Details
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
builder
-
toBuilder
-
getExt
-
getExtendTo
-
setExt
-
setExtendTo
-
equals
-
hashCode
public int hashCode() -
toString
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-