Response

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

The response data class that included in EventData

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
@SerializedName(value = "error")
val error: Error?
"error" property
eTag
Link copied to clipboard
@SerializedName(value = "etag")
val eTag: String?
"etag" property
expires
Link copied to clipboard
@SerializedName(value = "expires")
val expires: String?
"expires" property
modified
Link copied to clipboard
@SerializedName(value = "modified")
val modified: String?
"modified" property
mustRevalidate
Link copied to clipboard
@SerializedName(value = "must-revalidate")
val mustRevalidate: Boolean
"must-revalidate" property
noContent
Link copied to clipboard
@SerializedName(value = "no-content")
val noContent: Boolean
"no-content" property
notModified
Link copied to clipboard
@SerializedName(value = "not-modified")
val notModified: Boolean
"not-modified" property
size
Link copied to clipboard
@SerializedName(value = "size")
val size: Int
"size" property
source
Link copied to clipboard
@SerializedName(value = "source")
val source: ResponseSourceType
"source" property