toggle menu
libnexakotlin
0.3.5
common
switch theme
search in API
libnexakotlin
/
org.nexa.libnexakotlin
/
EJ
EJ
class
EJ
(
val
json
:
JsonElement
?
)
Members
Constructors
EJ
Link copied to clipboard
constructor
(
json
:
JsonElement
?
)
Properties
boolean
Link copied to clipboard
val
boolean
:
Boolean
boolean
Or
Null
Link copied to clipboard
val
booleanOrNull
:
Boolean
?
content
Link copied to clipboard
val
content
:
String
content
Or
Null
Link copied to clipboard
val
contentOrNull
:
String
?
double
Link copied to clipboard
val
double
:
Double
double
Or
Null
Link copied to clipboard
val
doubleOrNull
:
Double
?
float
Link copied to clipboard
val
float
:
Float
float
Or
Null
Link copied to clipboard
val
floatOrNull
:
Float
?
int
Link copied to clipboard
val
int
:
Int
int
Or
Null
Link copied to clipboard
val
intOrNull
:
Int
?
json
Link copied to clipboard
val
json
:
JsonElement
?
long
Link copied to clipboard
val
long
:
Long
long
Or
Null
Link copied to clipboard
val
longOrNull
:
Long
?
string
Link copied to clipboard
val
string
:
String
Functions
get
Link copied to clipboard
operator
fun
get
(
i
:
Int
)
:
EJ
operator
fun
get
(
s
:
String
)
:
EJ
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String