index
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
index
index
/
org.fdroid.index.v2
/
Entry
Entry
common
@
Serializable
data
class
Entry
(
val
timestamp
:
Long
,
val
version
:
Long
,
val
maxAge
:
Int
?
=
null
,
val
index
:
EntryFileV2
,
val
diffs
:
Map
<
String
,
EntryFileV2
>
=
emptyMap()
)
Members
Constructors
Entry
Link copied to clipboard
common
constructor
(
timestamp
:
Long
,
version
:
Long
,
maxAge
:
Int
?
=
null
,
index
:
EntryFileV2
,
diffs
:
Map
<
String
,
EntryFileV2
>
=
emptyMap()
)
Properties
diffs
Link copied to clipboard
common
val
diffs
:
Map
<
String
,
EntryFileV2
>
index
Link copied to clipboard
common
val
index
:
EntryFileV2
max
Age
Link copied to clipboard
common
val
maxAge
:
Int
?
timestamp
Link copied to clipboard
common
val
timestamp
:
Long
version
Link copied to clipboard
common
val
version
:
Long
Functions
get
Diff
Link copied to clipboard
common
fun
getDiff
(
timestamp
:
Long
)
:
EntryFileV2
?