Package com.restfb.types
Class EntityAtTextRange
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.FacebookType
-
- com.restfb.types.NamedFacebookType
-
- com.restfb.types.EntityAtTextRange
-
- All Implemented Interfaces:
Serializable
public class EntityAtTextRange extends NamedFacebookType
Represents the EntityAtTextRange API type.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.restfb.types.FacebookType
FacebookType.Metadata
-
-
Constructor Summary
Constructors Constructor Description EntityAtTextRange()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
getLength()
The length, within the message field, of the object mentioned.NamedFacebookType
getObject()
The object itselfInteger
getOffset()
The offset, within the message field, of the object mentioned.void
setLength(Integer length)
The length, within the message field, of the object mentioned.void
setObject(NamedFacebookType object)
The object itselfvoid
setOffset(Integer offset)
The offset, within the message field, of the object mentioned.-
Methods inherited from class com.restfb.types.NamedFacebookType
getName, setName
-
Methods inherited from class com.restfb.types.FacebookType
getId, getMetadata, getType, setId, setMetadata, setType
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
EntityAtTextRange
public EntityAtTextRange()
-
-
Method Detail
-
getObject
public NamedFacebookType getObject()
The object itself- Returns:
- The object itself
-
setObject
public void setObject(NamedFacebookType object)
The object itself
-
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.
-
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.
-
-