Response

The response data class that included in EventData

data class Response(eTag: String?, mustRevalidate: Boolean, noContent: Boolean, modified: String?, source: ResponseSourceType, notModified: Boolean, expires: String?, size: Int, error: Error?)

Constructors

Response
Link copied to clipboard
fun Response(eTag: String?, mustRevalidate: Boolean, noContent: Boolean, modified: String?, source: ResponseSourceType, notModified: Boolean, expires: String?, size: Int, error: Error?)

Functions

component1
Link copied to clipboard
operator fun component1(): String?
component2
Link copied to clipboard
operator fun component2(): Boolean
component3
Link copied to clipboard
operator fun component3(): Boolean
component4
Link copied to clipboard
operator fun component4(): String?
component5
Link copied to clipboard
operator fun component5(): ResponseSourceType
component6
Link copied to clipboard
operator fun component6(): Boolean
component7
Link copied to clipboard
operator fun component7(): String?
component8
Link copied to clipboard
operator fun component8(): Int
component9
Link copied to clipboard
operator fun component9(): Error?
copy
Link copied to clipboard
fun copy(eTag: String?, mustRevalidate: Boolean, noContent: Boolean, modified: String?, source: ResponseSourceType, notModified: Boolean, expires: String?, size: Int, error: Error?): Response
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

error
Link copied to clipboard

"error" property

@SerializedName(value = "error")
val error: Error?
eTag
Link copied to clipboard

"etag" property

@SerializedName(value = "etag")
val eTag: String?
expires
Link copied to clipboard

"expires" property

@SerializedName(value = "expires")
val expires: String?
modified
Link copied to clipboard

"modified" property

@SerializedName(value = "modified")
val modified: String?
mustRevalidate
Link copied to clipboard

"must-revalidate" property

@SerializedName(value = "must-revalidate")
val mustRevalidate: Boolean
noContent
Link copied to clipboard

"no-content" property

@SerializedName(value = "no-content")
val noContent: Boolean
notModified
Link copied to clipboard

"not-modified" property

@SerializedName(value = "not-modified")
val notModified: Boolean
size
Link copied to clipboard

"size" property

@SerializedName(value = "size")
val size: Int
source
Link copied to clipboard

"source" property

@SerializedName(value = "source")
val source: ResponseSourceType