toggle menu
objective
0.3.1
common
switch theme
search in API
objective
/
me.haroldmartin.objective.models.index
/
IndexStatuses
Index
Statuses
@
Serializable
data
class
IndexStatuses
(
val
uploaded
:
Int
,
val
processing
:
Int
,
val
ready
:
Int
,
val
error
:
Int
)
:
Map
<
IndexStatus
,
Int
>
Members
Constructors
Index
Statuses
Link copied to clipboard
constructor
(
uploaded
:
Int
,
processing
:
Int
,
ready
:
Int
,
error
:
Int
)
Properties
entries
Link copied to clipboard
open
override
val
entries
:
Set
<
Map.Entry
<
IndexStatus
,
Int
>
>
error
Link copied to clipboard
@
SerialName
(
value
=
"ERROR"
)
val
error
:
Int
keys
Link copied to clipboard
open
override
val
keys
:
Set
<
IndexStatus
>
processing
Link copied to clipboard
@
SerialName
(
value
=
"PROCESSING"
)
val
processing
:
Int
ready
Link copied to clipboard
@
SerialName
(
value
=
"READY"
)
val
ready
:
Int
size
Link copied to clipboard
open
override
val
size
:
Int
uploaded
Link copied to clipboard
@
SerialName
(
value
=
"UPLOADED"
)
val
uploaded
:
Int
values
Link copied to clipboard
open
override
val
values
:
Collection
<
Int
>
Functions
contains
Key
Link copied to clipboard
open
override
fun
containsKey
(
key
:
IndexStatus
)
:
Boolean
contains
Value
Link copied to clipboard
open
override
fun
containsValue
(
value
:
Int
)
:
Boolean
get
Link copied to clipboard
open
operator override
fun
get
(
key
:
IndexStatus
)
:
Int
?
is
Empty
Link copied to clipboard
open
override
fun
isEmpty
(
)
:
Boolean