penicillin
common
penicillin
/
blue.starry.penicillin.models.entities
/
StatusEntity
/
UserMentionEntity
User
Mention
Entity
common
data
class
UserMentionEntity
(
val
json
:
JsonObject
,
val
client
:
ApiClient
)
:
PenicillinModel
Content copied to clipboard
Constructors
Properties
Constructors
User
Mention
Entity
Link copied to clipboard
common
fun
UserMentionEntity
(
json
:
JsonObject
,
client
:
ApiClient
)
Content copied to clipboard
Properties
client
Link copied to clipboard
common
open
override
val
client
:
ApiClient
Content copied to clipboard
The
ApiClient
instance.
id
Link copied to clipboard
common
val
id
:
Long
Content copied to clipboard
id
Str
Link copied to clipboard
common
val
idStr
:
String
Content copied to clipboard
indices
Link copied to clipboard
common
val
indices
:
List
<
Int
>
Content copied to clipboard
json
Link copied to clipboard
common
open
override
val
json
:
JsonObject
Content copied to clipboard
The underlying
JsonObject
.
key
Case
Link copied to clipboard
common
open
val
keyCase
:
JsonKeyCase
Content copied to clipboard
key
Converter
Link copied to clipboard
common
open
val
keyConverter
:
JsonKeyConverter
Content copied to clipboard
name
Link copied to clipboard
common
val
name
:
String
Content copied to clipboard
screen
Name
Link copied to clipboard
common
val
screenName
:
String
Content copied to clipboard