mapbox-maps-android
mapbox-maps-android
/
com.mapbox.common
/
ResourceLoadResult
Resource
Load
Result
@
RestrictTo
(
value
=
Scope.LIBRARY_GROUP_PREFIX
)
open
class
ResourceLoadResult
:
Serializable
Constructors
Functions
Properties
Constructors
Resource
Load
Result
Link copied to clipboard
open
fun
ResourceLoadResult
(
@
Nullable
data
:
ResourceData
,
@
NonNull
status
:
ResourceLoadStatus
,
immutable
:
Boolean
,
mustRevalidate
:
Boolean
,
@
NonNull
expires
:
Date
,
totalBytes
:
Long
,
transferredBytes
:
Long
,
@
NonNull
contentType
:
String
,
@
NonNull
etag
:
String
,
belongsToGroup
:
Boolean
)
Functions
equals
Link copied to clipboard
open
fun
equals
(
object
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
open
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String
Properties
belongs
To
Group
Link copied to clipboard
@get:
RestrictTo
(
value
=
Scope.LIBRARY_GROUP_PREFIX
)
val
belongsToGroup
:
Boolean
content
Type
Link copied to clipboard
@
NonNull
@get:
NonNull
@get:
RestrictTo
(
value
=
Scope.LIBRARY_GROUP_PREFIX
)
val
contentType
:
String
data
Link copied to clipboard
@
Nullable
@get:
Nullable
@get:
RestrictTo
(
value
=
Scope.LIBRARY_GROUP_PREFIX
)
val
data
:
ResourceData
etag
Link copied to clipboard
@
NonNull
@get:
NonNull
@get:
RestrictTo
(
value
=
Scope.LIBRARY_GROUP_PREFIX
)
val
etag
:
String
expires
Link copied to clipboard
@
NonNull
@get:
NonNull
val
expires
:
Date
immutable
Link copied to clipboard
@get:
RestrictTo
(
value
=
Scope.LIBRARY_GROUP_PREFIX
)
val
immutable
:
Boolean
must
Revalidate
Link copied to clipboard
@get:
RestrictTo
(
value
=
Scope.LIBRARY_GROUP_PREFIX
)
val
mustRevalidate
:
Boolean
status
Link copied to clipboard
@
NonNull
@get:
NonNull
@get:
RestrictTo
(
value
=
Scope.LIBRARY_GROUP_PREFIX
)
val
status
:
ResourceLoadStatus
total
Bytes
Link copied to clipboard
@get:
RestrictTo
(
value
=
Scope.LIBRARY_GROUP_PREFIX
)
val
totalBytes
:
Long
transferred
Bytes
Link copied to clipboard
@get:
RestrictTo
(
value
=
Scope.LIBRARY_GROUP_PREFIX
)
val
transferredBytes
:
Long