Class HotArchiveBucketEntry

java.lang.Object
org.stellar.sdk.xdr.HotArchiveBucketEntry

public class HotArchiveBucketEntry extends Object
HotArchiveBucketEntry's original definition in the XDR file is:
 union HotArchiveBucketEntry switch (HotArchiveBucketEntryType type)
 {
 case HOT_ARCHIVE_ARCHIVED:
     LedgerEntry archivedEntry;

 case HOT_ARCHIVE_LIVE:
 case HOT_ARCHIVE_DELETED:
     LedgerKey key;
 case HOT_ARCHIVE_METAENTRY:
     BucketMetadata metaEntry;
 };