Package org.stellar.sdk.xdr
Class UpgradeEntryMeta
java.lang.Object
org.stellar.sdk.xdr.UpgradeEntryMeta
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic UpgradeEntryMetadecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, UpgradeEntryMeta encodedUpgradeEntryMeta) booleanstatic UpgradeEntryMetafromXdrBase64(String xdr) static UpgradeEntryMetafromXdrByteArray(byte[] xdr) inthashCode()voidsetChanges(LedgerEntryChanges value) voidsetUpgrade(LedgerUpgrade value) byte[]
-
Constructor Details
-
UpgradeEntryMeta
public UpgradeEntryMeta()
-
-
Method Details
-
getUpgrade
-
setUpgrade
-
getChanges
-
setChanges
-
encode
public static void encode(XdrDataOutputStream stream, UpgradeEntryMeta encodedUpgradeEntryMeta) throws IOException - Throws:
IOException
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
hashCode
public int hashCode() -
equals
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-