ResponseInfo

The structure defines the information about the response for the resource request.

Constructors

Link copied to clipboard
open fun ResponseInfo(noContent: Boolean, notModified: Boolean, mustRevalidate: Boolean, @NonNull source: ResponseSourceType, size: Long, @Nullable modified: Date, @Nullable expires: Date, @Nullable etag: String, @Nullable error: ResourceRequestError)

Functions

Link copied to clipboard
open fun equals(object: Any): Boolean
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun toString(): String

Properties

Link copied to clipboard
@Nullable
@get:Nullable
val error: ResourceRequestError
Link copied to clipboard
@Nullable
@get:Nullable
val etag: String
Link copied to clipboard
@Nullable
@get:Nullable
val expires: Date
Link copied to clipboard
@Nullable
@get:Nullable
val modified: Date
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val size: Long
Link copied to clipboard
@NonNull
@get:NonNull
val source: ResponseSourceType