FilterProperties
data class FilterProperties(val value: String, val mode: FilterMode, val priority: Int, val targets: List<FilterTargetsProperties>, val ifNullPass: Boolean, val matchType: MatchType)(source)
参考注解 @Filter
中的属性说明。
Author
ForteScarlet
Constructors
Link copied to clipboard
constructor(value: String, mode: FilterMode, priority: Int, targets: List<FilterTargetsProperties>, ifNullPass: Boolean, matchType: MatchType)