XdrHotArchiveBucketEntryType
in package
Table of Contents
Constants
- HOT_ARCHIVE_ARCHIVED = 0
- HOT_ARCHIVE_LIVE = 1
- HOT_ARCHIVE_METAENTRY = -1
Properties
- $value : int
Methods
- __construct() : mixed
- decode() : XdrHotArchiveBucketEntryType
- encode() : string
- fromBase64Xdr() : static
- getValue() : int
- HOT_ARCHIVE_ARCHIVED() : XdrHotArchiveBucketEntryType
- HOT_ARCHIVE_LIVE() : XdrHotArchiveBucketEntryType
- HOT_ARCHIVE_METAENTRY() : XdrHotArchiveBucketEntryType
- toBase64Xdr() : string
Constants
HOT_ARCHIVE_ARCHIVED
public
mixed
HOT_ARCHIVE_ARCHIVED
= 0
HOT_ARCHIVE_LIVE
public
mixed
HOT_ARCHIVE_LIVE
= 1
HOT_ARCHIVE_METAENTRY
public
mixed
HOT_ARCHIVE_METAENTRY
= -1
Properties
$value
public
int
$value
Methods
__construct()
public
__construct(int $value) : mixed
Parameters
- $value : int
decode()
public
static decode(XdrBuffer $xdr) : XdrHotArchiveBucketEntryType
Parameters
- $xdr : XdrBuffer
Return values
XdrHotArchiveBucketEntryTypeencode()
public
encode() : string
Return values
stringfromBase64Xdr()
public
static fromBase64Xdr(string $xdr) : static
Parameters
- $xdr : string
Return values
staticgetValue()
public
getValue() : int
Return values
intHOT_ARCHIVE_ARCHIVED()
public
static HOT_ARCHIVE_ARCHIVED() : XdrHotArchiveBucketEntryType
Return values
XdrHotArchiveBucketEntryTypeHOT_ARCHIVE_LIVE()
public
static HOT_ARCHIVE_LIVE() : XdrHotArchiveBucketEntryType
Return values
XdrHotArchiveBucketEntryTypeHOT_ARCHIVE_METAENTRY()
public
static HOT_ARCHIVE_METAENTRY() : XdrHotArchiveBucketEntryType
Return values
XdrHotArchiveBucketEntryTypetoBase64Xdr()
public
toBase64Xdr() : string