toggle menu
BIT App
androidJvm
switch theme
search in API
core
/
com.atech.core.datasource.firebase.firestore
/
NoticeModel
Notice
Model
data
class
NoticeModel
(
val
title
:
String
?
=
null
,
val
body
:
String
?
=
null
,
val
link
:
String
?
=
null
,
val
sender
:
String
?
=
null
,
val
path
:
String
?
=
null
,
val
created
:
Long
?
=
null
)
:
Parcelable
Members
Constructors
Notice
Model
Link copied to clipboard
constructor
(
title
:
String
?
=
null
,
body
:
String
?
=
null
,
link
:
String
?
=
null
,
sender
:
String
?
=
null
,
path
:
String
?
=
null
,
created
:
Long
?
=
null
)
Properties
body
Link copied to clipboard
val
body
:
String
?
=
null
created
Link copied to clipboard
val
created
:
Long
?
=
null
link
Link copied to clipboard
val
link
:
String
?
=
null
path
Link copied to clipboard
val
path
:
String
?
=
null
sender
Link copied to clipboard
val
sender
:
String
?
=
null
title
Link copied to clipboard
val
title
:
String
?
=
null
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
)