public class LedgerCloseMetaExtV1 extends java.lang.Object implements XdrElement
struct LedgerCloseMetaExtV1 { ExtensionPoint ext; int64 sorobanFeeWrite1KB; };
Modifier and Type | Class and Description |
---|---|
static class |
LedgerCloseMetaExtV1.LedgerCloseMetaExtV1Builder |
Constructor and Description |
---|
LedgerCloseMetaExtV1() |
LedgerCloseMetaExtV1(ExtensionPoint ext,
Int64 sorobanFeeWrite1KB) |
Modifier and Type | Method and Description |
---|---|
static LedgerCloseMetaExtV1.LedgerCloseMetaExtV1Builder |
builder() |
static LedgerCloseMetaExtV1 |
decode(XdrDataInputStream stream) |
void |
encode(XdrDataOutputStream stream) |
boolean |
equals(java.lang.Object o) |
static LedgerCloseMetaExtV1 |
fromXdrBase64(java.lang.String xdr) |
static LedgerCloseMetaExtV1 |
fromXdrByteArray(byte[] xdr) |
ExtensionPoint |
getExt() |
Int64 |
getSorobanFeeWrite1KB() |
int |
hashCode() |
void |
setExt(ExtensionPoint ext) |
void |
setSorobanFeeWrite1KB(Int64 sorobanFeeWrite1KB) |
LedgerCloseMetaExtV1.LedgerCloseMetaExtV1Builder |
toBuilder() |
java.lang.String |
toString() |
toXdrBase64, toXdrByteArray
public LedgerCloseMetaExtV1()
public LedgerCloseMetaExtV1(ExtensionPoint ext, Int64 sorobanFeeWrite1KB)
public void encode(XdrDataOutputStream stream) throws java.io.IOException
encode
in interface XdrElement
java.io.IOException
public static LedgerCloseMetaExtV1 decode(XdrDataInputStream stream) throws java.io.IOException
java.io.IOException
public static LedgerCloseMetaExtV1 fromXdrBase64(java.lang.String xdr) throws java.io.IOException
java.io.IOException
public static LedgerCloseMetaExtV1 fromXdrByteArray(byte[] xdr) throws java.io.IOException
java.io.IOException
public static LedgerCloseMetaExtV1.LedgerCloseMetaExtV1Builder builder()
public LedgerCloseMetaExtV1.LedgerCloseMetaExtV1Builder toBuilder()
public ExtensionPoint getExt()
public Int64 getSorobanFeeWrite1KB()
public void setExt(ExtensionPoint ext)
public void setSorobanFeeWrite1KB(Int64 sorobanFeeWrite1KB)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object