接口 Field
- 所有已知实现类:
RawField
public interface Field
Description:
Title:首亨软件 - TSS/CRM等
- 从以下版本开始:
- Aug 16, 2012
-
方法概要
-
方法详细资料
-
getName
String getName()Returns the name of the field.- 返回:
- String
-
getBody
String getBody()Gets the unparsed and possibly encoded (see RFC 2047) field body string.- 返回:
- the unparsed field body string.
-
getRaw
ByteSequence getRaw()Gets original (raw) representation of the field, if available,nullotherwise.- 返回:
- ByteSequence
-