Class MessageTag

All Implemented Interfaces:
Serializable

public class MessageTag extends NamedFacebookType
Since:
1.6.10
Author:
Mark Allen
See Also:
Serialized Form
  • Constructor Details

  • Method Details

    • getOffset

      public Integer getOffset()
      The offset, within the message field, of the object mentioned.
      Returns:
      The offset, within the message field, of the object mentioned.
    • setOffset

      public void setOffset(Integer offset)
      The offset, within the message field, of the object mentioned.
    • getLength

      public Integer getLength()
      The length, within the message field, of the object mentioned.
      Returns:
      The length, within the message field, of the object mentioned.
    • setLength

      public void setLength(Integer length)
      The length, within the message field, of the object mentioned.