接口 Field

所有已知实现类:
RawField

public interface Field

Description:

Title:首亨软件 - TSS/CRM等

从以下版本开始:
Aug 16, 2012
  • 方法概要

    修饰符和类型
    方法
    说明
    Gets the unparsed and possibly encoded (see RFC 2047) field body string.
    Returns the name of the field.
    Gets original (raw) representation of the field, if available, null otherwise.
  • 方法详细资料

    • 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, null otherwise.
      返回:
      ByteSequence