All Downloads are FREE. Search and download functionalities are using the official Maven repository.

twitter4jads.internal.models4j.Location Maven / Gradle / Ivy

The newest version!
package twitter4jads.internal.models4j;


public interface Location extends java.io.Serializable {
    int getWoeid();

    String getCountryName();

    String getCountryCode();

    String getPlaceName();

    int getPlaceCode();

    String getName();

    String getURL();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy