Return-Path: X-Original-To: apmail-streams-commits-archive@minotaur.apache.org Delivered-To: apmail-streams-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A4AED17CD9 for ; Tue, 14 Apr 2015 18:38:10 +0000 (UTC) Received: (qmail 20266 invoked by uid 500); 14 Apr 2015 18:38:10 -0000 Delivered-To: apmail-streams-commits-archive@streams.apache.org Received: (qmail 20248 invoked by uid 500); 14 Apr 2015 18:38:10 -0000 Mailing-List: contact commits-help@streams.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@streams.incubator.apache.org Delivered-To: mailing list commits@streams.incubator.apache.org Received: (qmail 20239 invoked by uid 99); 14 Apr 2015 18:38:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Apr 2015 18:38:10 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 14 Apr 2015 18:36:37 +0000 Received: (qmail 12857 invoked by uid 99); 14 Apr 2015 18:36:31 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Apr 2015 18:36:31 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id C7985AC08F4 for ; Tue, 14 Apr 2015 18:36:31 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r947612 [24/41] - in /websites/production/streams/content/site/0.2-incubating-SNAPSHOT/streams-project/streams-contrib/streams-provider-gnip/gnip-powertrack: ./ apidocs/ apidocs/class-use/ apidocs/com/ apidocs/com/gnip/ apidocs/com/gnip/api... Date: Tue, 14 Apr 2015 18:36:26 -0000 To: commits@streams.incubator.apache.org From: sblackmon@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150414183631.C7985AC08F4@hades.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Added: websites/production/streams/content/site/0.2-incubating-SNAPSHOT/streams-project/streams-contrib/streams-provider-gnip/gnip-powertrack/apidocs/com/gnip/config/Geo.html ============================================================================== --- websites/production/streams/content/site/0.2-incubating-SNAPSHOT/streams-project/streams-contrib/streams-provider-gnip/gnip-powertrack/apidocs/com/gnip/config/Geo.html (added) +++ websites/production/streams/content/site/0.2-incubating-SNAPSHOT/streams-project/streams-contrib/streams-provider-gnip/gnip-powertrack/apidocs/com/gnip/config/Geo.html Tue Apr 14 18:36:25 2015 @@ -0,0 +1,449 @@ + + + + + + +Geo (gnip-powertrack 0.2-incubating-SNAPSHOT API) + + + + + + + + + + + + +
+
com.gnip.config
+

Class Geo

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Geo

        +
        public Geo()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getType

        +
        public String getType()
        +
        +
        Returns:
        +
        The type
        +
        +
      • +
      + + + +
        +
      • +

        setType

        +
        public void setType(String type)
        +
        +
        Parameters:
        +
        type - The type
        +
        +
      • +
      + + + +
        +
      • +

        withType

        +
        public Geo withType(String type)
        +
      • +
      + + + +
        +
      • +

        getCoordinates

        +
        public Object getCoordinates()
        +
        +
        Returns:
        +
        The coordinates
        +
        +
      • +
      + + + +
        +
      • +

        setCoordinates

        +
        public void setCoordinates(Object coordinates)
        +
        +
        Parameters:
        +
        coordinates - The coordinates
        +
        +
      • +
      + + + +
        +
      • +

        withCoordinates

        +
        public Geo withCoordinates(Object coordinates)
        +
      • +
      + + + + + + + +
        +
      • +

        getAdditionalProperties

        +
        public Map<String,Object> getAdditionalProperties()
        +
      • +
      + + + +
        +
      • +

        setAdditionalProperty

        +
        public void setAdditionalProperty(String name,
        +                                  Object value)
        +
      • +
      + + + +
        +
      • +

        withAdditionalProperty

        +
        public Geo withAdditionalProperty(String name,
        +                                  Object value)
        +
      • +
      + + + +
        +
      • +

        hashCode

        +
        public int hashCode()
        +
        +
        Overrides:
        +
        hashCode in class Object
        +
        +
      • +
      + + + +
        +
      • +

        equals

        +
        public boolean equals(Object other)
        +
        +
        Overrides:
        +
        equals in class Object
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2015 The Apache Software Foundation. All rights reserved.

+ + Added: websites/production/streams/content/site/0.2-incubating-SNAPSHOT/streams-project/streams-contrib/streams-provider-gnip/gnip-powertrack/apidocs/com/gnip/config/Links.html ============================================================================== --- websites/production/streams/content/site/0.2-incubating-SNAPSHOT/streams-project/streams-contrib/streams-provider-gnip/gnip-powertrack/apidocs/com/gnip/config/Links.html (added) +++ websites/production/streams/content/site/0.2-incubating-SNAPSHOT/streams-project/streams-contrib/streams-provider-gnip/gnip-powertrack/apidocs/com/gnip/config/Links.html Tue Apr 14 18:36:25 2015 @@ -0,0 +1,449 @@ + + + + + + +Links (gnip-powertrack 0.2-incubating-SNAPSHOT API) + + + + + + + + + + + + +
+
com.gnip.config
+

Class Links

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Links

        +
        public Links()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getRel

        +
        public String getRel()
        +
        +
        Returns:
        +
        The rel
        +
        +
      • +
      + + + +
        +
      • +

        setRel

        +
        public void setRel(String rel)
        +
        +
        Parameters:
        +
        rel - The rel
        +
        +
      • +
      + + + + + + + +
        +
      • +

        getHref

        +
        public String getHref()
        +
        +
        Returns:
        +
        The href
        +
        +
      • +
      + + + +
        +
      • +

        setHref

        +
        public void setHref(String href)
        +
        +
        Parameters:
        +
        href - The href
        +
        +
      • +
      + + + +
        +
      • +

        withHref

        +
        public Links withHref(String href)
        +
      • +
      + + + + + + + +
        +
      • +

        getAdditionalProperties

        +
        public Map<String,Object> getAdditionalProperties()
        +
      • +
      + + + +
        +
      • +

        setAdditionalProperty

        +
        public void setAdditionalProperty(String name,
        +                                  Object value)
        +
      • +
      + + + +
        +
      • +

        withAdditionalProperty

        +
        public Links withAdditionalProperty(String name,
        +                                    Object value)
        +
      • +
      + + + +
        +
      • +

        hashCode

        +
        public int hashCode()
        +
        +
        Overrides:
        +
        hashCode in class Object
        +
        +
      • +
      + + + +
        +
      • +

        equals

        +
        public boolean equals(Object other)
        +
        +
        Overrides:
        +
        equals in class Object
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2015 The Apache Software Foundation. All rights reserved.

+ + Added: websites/production/streams/content/site/0.2-incubating-SNAPSHOT/streams-project/streams-contrib/streams-provider-gnip/gnip-powertrack/apidocs/com/gnip/config/Location.html ============================================================================== --- websites/production/streams/content/site/0.2-incubating-SNAPSHOT/streams-project/streams-contrib/streams-provider-gnip/gnip-powertrack/apidocs/com/gnip/config/Location.html (added) +++ websites/production/streams/content/site/0.2-incubating-SNAPSHOT/streams-project/streams-contrib/streams-provider-gnip/gnip-powertrack/apidocs/com/gnip/config/Location.html Tue Apr 14 18:36:25 2015 @@ -0,0 +1,684 @@ + + + + + + +Location (gnip-powertrack 0.2-incubating-SNAPSHOT API) + + + + + + + + + + + + +
+
com.gnip.config
+

Class Location

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Location

        +
        public Location()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getGeo

        +
        public Geo getGeo()
        +
        +
        Returns:
        +
        The geo
        +
        +
      • +
      + + + +
        +
      • +

        setGeo

        +
        public void setGeo(Geo geo)
        +
        +
        Parameters:
        +
        geo - The geo
        +
        +
      • +
      + + + + + + + +
        +
      • +

        getName

        +
        public String getName()
        +
        +
        Returns:
        +
        The name
        +
        +
      • +
      + + + +
        +
      • +

        setName

        +
        public void setName(String name)
        +
        +
        Parameters:
        +
        name - The name
        +
        +
      • +
      + + + + + + + +
        +
      • +

        getLink

        +
        public String getLink()
        +
        +
        Returns:
        +
        The link
        +
        +
      • +
      + + + +
        +
      • +

        setLink

        +
        public void setLink(String link)
        +
        +
        Parameters:
        +
        link - The link
        +
        +
      • +
      + + + + + + + +
        +
      • +

        getTwitterCountryCode

        +
        public String getTwitterCountryCode()
        +
        +
        Returns:
        +
        The twitterCountryCode
        +
        +
      • +
      + + + +
        +
      • +

        setTwitterCountryCode

        +
        public void setTwitterCountryCode(String twitterCountryCode)
        +
        +
        Parameters:
        +
        twitterCountryCode - The twitter_country_code
        +
        +
      • +
      + + + +
        +
      • +

        withTwitterCountryCode

        +
        public Location withTwitterCountryCode(String twitterCountryCode)
        +
      • +
      + + + +
        +
      • +

        getDisplayName

        +
        public String getDisplayName()
        +
        +
        Returns:
        +
        The displayName
        +
        +
      • +
      + + + +
        +
      • +

        setDisplayName

        +
        public void setDisplayName(String displayName)
        +
        +
        Parameters:
        +
        displayName - The displayName
        +
        +
      • +
      + + + +
        +
      • +

        withDisplayName

        +
        public Location withDisplayName(String displayName)
        +
      • +
      + + + +
        +
      • +

        getObjectType

        +
        public String getObjectType()
        +
        +
        Returns:
        +
        The objectType
        +
        +
      • +
      + + + +
        +
      • +

        setObjectType

        +
        public void setObjectType(String objectType)
        +
        +
        Parameters:
        +
        objectType - The objectType
        +
        +
      • +
      + + + +
        +
      • +

        withObjectType

        +
        public Location withObjectType(String objectType)
        +
      • +
      + + + +
        +
      • +

        getCountryCode

        +
        public String getCountryCode()
        +
        +
        Returns:
        +
        The countryCode
        +
        +
      • +
      + + + +
        +
      • +

        setCountryCode

        +
        public void setCountryCode(String countryCode)
        +
        +
        Parameters:
        +
        countryCode - The country_code
        +
        +
      • +
      + + + +
        +
      • +

        withCountryCode

        +
        public Location withCountryCode(String countryCode)
        +
      • +
      + + + + + + + +
        +
      • +

        getAdditionalProperties

        +
        public Map<String,Object> getAdditionalProperties()
        +
      • +
      + + + +
        +
      • +

        setAdditionalProperty

        +
        public void setAdditionalProperty(String name,
        +                                  Object value)
        +
      • +
      + + + +
        +
      • +

        withAdditionalProperty

        +
        public Location withAdditionalProperty(String name,
        +                                       Object value)
        +
      • +
      + + + +
        +
      • +

        hashCode

        +
        public int hashCode()
        +
        +
        Overrides:
        +
        hashCode in class Object
        +
        +
      • +
      + + + +
        +
      • +

        equals

        +
        public boolean equals(Object other)
        +
        +
        Overrides:
        +
        equals in class Object
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2015 The Apache Software Foundation. All rights reserved.

+ +