Class SimulatedScopes

  • All Implemented Interfaces:
    Serializable, twitter4j.Scopes, twitter4j.TwitterResponse

    public class SimulatedScopes
    extends AbstractSimulatedTwitterResponse
    implements twitter4j.Scopes
    For simulating tweets without using Twitter.
    Version:
    $Revision$
    Author:
    fracpete (fracpete at waikato dot ac dot nz)
    See Also:
    Serialized Form
    • Field Detail

      • m_PlaceIds

        protected String[] m_PlaceIds
        the place IDs.
    • Constructor Detail

      • SimulatedScopes

        public SimulatedScopes()
    • Method Detail

      • setPlaceIds

        public void setPlaceIds​(String[] value)
        Sets the place IDs.
        Parameters:
        value - the IDs
      • getPlaceIds

        public String[] getPlaceIds()
        Returns the place_ids that identify the scope of the status.
        Specified by:
        getPlaceIds in interface twitter4j.Scopes
        Returns:
        the place_ids that identify the scope of the status.