Arthas UI
Toggle table of contents
0.5.1
jvm
Platform filter
jvm
Switch theme
Search in API
Arthas UI
Arthas UI
/
io.github.vudsen.arthasui.api.bean
/
JvmSearchResult
Jvm
Search
Result
class
JvmSearchResult
(
var
result
:
List
<
JVM
>
?
=
null
,
var
childs
:
List
<
JvmSearchDelegate
>
?
=
null
)
Jvm 的搜索结果. 所有字段最多有一个非空
Members
Constructors
Jvm
Search
Result
Link copied to clipboard
constructor
(
result
:
List
<
JVM
>
?
=
null
,
childs
:
List
<
JvmSearchDelegate
>
?
=
null
)
Properties
childs
Link copied to clipboard
var
childs
:
List
<
JvmSearchDelegate
>
?
表示当前还需要继续搜索
result
Link copied to clipboard
var
result
:
List
<
JVM
>
?
搜索的结果