public final class MessageIDTerm extends StringTerm
The MessageId is represented as a String.
ignoreCase, pattern| 构造器和说明 |
|---|
MessageIDTerm(String msgid)
Constructor.
|
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj)
Equality comparison.
|
boolean |
match(Message msg)
The match method.
|
getIgnoreCase, getPattern, hashCode, matchpublic MessageIDTerm(String msgid)
msgid - the msgid to search forpublic boolean match(Message msg)
match 在类中 SearchTermmsg - the match is applied to this Message's
Message-ID headerpublic boolean equals(Object obj)
equals 在类中 StringTermCopyright © 2021 Oracle. All rights reserved.