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(Rule.RuleType type, kotlin.text.Regex regex)
入站规则
public Rule()
入站规则
public boolean decline(java.lang.String name)
判断是否拒绝对方的消息
public Rule.RuleType getType()
public kotlin.text.Regex getRegex()
public Rule.RuleType component1()
public kotlin.text.Regex component2()
public Rule copy(Rule.RuleType type, kotlin.text.Regex regex)
入站规则
public java.lang.String toString()
public int hashCode()
public boolean equals(java.lang.Object p)