mapbox-maps-android
mapbox-maps-android
/
com.mapbox.common
/
HttpResponseData
Http
Response
Data
open
class
HttpResponseData
:
Serializable
Record which contains data received in HTTP response.
Constructors
Functions
Properties
Constructors
Http
Response
Data
Link copied to clipboard
open
fun
HttpResponseData
(
@
NonNull
headers
:
HashMap
<
String
,
String
>
,
code
:
Int
,
@
NonNull
data
:
Array
<
Byte
>
)
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
code
Link copied to clipboard
val
code
:
Int
data
Link copied to clipboard
@
NonNull
@get:
NonNull
val
data
:
Array
<
Byte
>
headers
Link copied to clipboard
@
NonNull
@get:
NonNull
val
headers
:
HashMap
<
String
,
String
>