public class Rule
入站规则
| 构造器和说明 |
|---|
Rule(Rule.RuleType type,
kotlin.text.Regex regex)
入站规则
|
Rule()
入站规则
|
| 限定符和类型 | 方法和说明 |
|---|---|
Rule.RuleType |
component1() |
kotlin.text.Regex |
component2() |
Rule |
copy(Rule.RuleType type,
kotlin.text.Regex regex)
入站规则
|
boolean |
decline(java.lang.String name)
判断是否拒绝对方的消息
|
boolean |
equals(java.lang.Object p) |
kotlin.text.Regex |
getRegex() |
Rule.RuleType |
getType() |
int |
hashCode() |
java.lang.String |
toString() |
public Rule(@NotNull
Rule.RuleType type,
@NotNull
kotlin.text.Regex regex)
入站规则
public Rule()
入站规则
public boolean decline(@NotNull
java.lang.String name)
判断是否拒绝对方的消息
@NotNull public Rule.RuleType getType()
@NotNull public kotlin.text.Regex getRegex()
@NotNull public Rule.RuleType component1()
@NotNull public kotlin.text.Regex component2()
@NotNull public Rule copy(@NotNull Rule.RuleType type, @NotNull kotlin.text.Regex regex)
入站规则
@NotNull public java.lang.String toString()
public int hashCode()
public boolean equals(@Nullable
java.lang.Object p)