mapbox-maps-android
/
com.mapbox.common
/
HttpResponseData
Http
Response
Data
open class
HttpResponseData
:
Serializable
Content copied to clipboard
Record which contains data received in HTTP response.
Constructors
Functions
Properties
Constructors
HttpResponseData
Link copied to clipboard
open fun
HttpResponseData
(
@
NonNull
headers:
HashMap
<
String
,
String
>, code:
Long
,
@
NonNull
data:
Array
<
Byte
>)
Content copied to clipboard
Functions
equals
Link copied to clipboard
open fun
equals
(object:
Any
):
Boolean
Content copied to clipboard
hash
Code
Link copied to clipboard
open fun
hashCode
():
Int
Content copied to clipboard
to
String
Link copied to clipboard
open fun
toString
():
String
Content copied to clipboard
Properties
code
Link copied to clipboard
private val
code
:
Long
Content copied to clipboard
data
Link copied to clipboard
@
NonNull
@get:
NonNull
private val
data
:
Array
<
Byte
>
Content copied to clipboard
headers
Link copied to clipboard
@
NonNull
@get:
NonNull
private val
headers
:
HashMap
<
String
,
String
>
Content copied to clipboard