Package org.stellar.sdk.xdr
Class ConfigUpgradeSet
java.lang.Object
org.stellar.sdk.xdr.ConfigUpgradeSet
- All Implemented Interfaces:
XdrElement
ConfigUpgradeSet's original definition in the XDR file is:
struct ConfigUpgradeSet {
ConfigSettingEntry updatedEntry<>;
};
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()static ConfigUpgradeSetdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) booleanstatic ConfigUpgradeSetfromXdrBase64(String xdr) static ConfigUpgradeSetfromXdrByteArray(byte[] xdr) inthashCode()voidsetUpdatedEntry(ConfigSettingEntry[] updatedEntry) toString()Methods inherited from interface org.stellar.sdk.xdr.XdrElement
toXdrBase64, toXdrByteArray
-
Constructor Details
-
ConfigUpgradeSet
public ConfigUpgradeSet() -
ConfigUpgradeSet
-
-
Method Details
-
encode
- Specified by:
encodein interfaceXdrElement- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
builder
-
toBuilder
-
getUpdatedEntry
-
setUpdatedEntry
-
equals
-
hashCode
public int hashCode() -
toString
-