toggle menu
bluegps_sdk
androidJvm
switch theme
search in API
bluegps_sdk
/
com.synapseslab.bluegps_sdk.data.model.response
/
SyHttpResponseAlert
Sy
Http
Response
Alert
data
class
SyHttpResponseAlert
(
val
code
:
Int
,
val
message
:
String
,
val
trace
:
String
?
=
null
,
val
alert
:
AlertBean
?
=
null
)
:
Parcelable
Members
Constructors
Sy
Http
Response
Alert
Link copied to clipboard
constructor
(
code
:
Int
,
message
:
String
,
trace
:
String
?
=
null
,
alert
:
AlertBean
?
=
null
)
Properties
alert
Link copied to clipboard
val
alert
:
AlertBean
?
=
null
code
Link copied to clipboard
val
code
:
Int
message
Link copied to clipboard
val
message
:
String
trace
Link copied to clipboard
val
trace
:
String
?
=
null
Inherited functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)