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
/
JvmSearchGroup
Jvm
Search
Group
data
class
JvmSearchGroup
(
var
name
:
String
=
""
,
var
script
:
String
=
""
)
:
DeepCopyable
<
JvmSearchGroup
>
Members
Constructors
Jvm
Search
Group
Link copied to clipboard
constructor
(
name
:
String
=
""
,
script
:
String
=
""
)
Properties
name
Link copied to clipboard
var
name
:
String
搜索组的名称
script
Link copied to clipboard
var
script
:
String
搜索脚本
Functions
deep
Copy
Link copied to clipboard
open
override
fun
deepCopy
(
)
:
JvmSearchGroup
深拷贝
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int