vapi4k
Toggle table of contents
1.2.4
jvm
Platform filter
jvm
Switch theme
Search in API
vapi4k
vapi4k-core
/
com.vapi4k.dsl.functions
/
FunctionDetails
/
FunctionDetailsDto
Function
Details
Dto
@
Serializable
data
class
FunctionDetailsDto
(
val
fqName
:
String
=
""
,
val
className
:
String
=
""
,
val
method
:
String
=
""
,
val
invokeCount
:
Int
=
-1
)
(
source
)
Members
Constructors
Function
Details
Dto
Link copied to clipboard
constructor
(
fqName
:
String
=
""
,
className
:
String
=
""
,
method
:
String
=
""
,
invokeCount
:
Int
=
-1
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
class
Name
Link copied to clipboard
val
className
:
String
fq
Name
Link copied to clipboard
val
fqName
:
String
invoke
Count
Link copied to clipboard
val
invokeCount
:
Int
method
Link copied to clipboard
val
method
:
String