|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.restfb.types.Venue
public class Venue
Represents the Venue Graph API type.
Constructor Summary | |
---|---|
Venue()
|
Method Summary | |
---|---|
boolean |
equals(Object that)
|
String |
getCity()
The venue's city. |
String |
getCountry()
The venue's country. |
Double |
getLatitude()
The venue's latitude. |
Double |
getLongitude()
The venue's longitude. |
String |
getState()
The venue's state. |
String |
getStreet()
Street address of the venue. |
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Venue()
Method Detail |
---|
public int hashCode()
hashCode
in class Object
Object.hashCode()
public boolean equals(Object that)
equals
in class Object
Object.equals(java.lang.Object)
public String toString()
toString
in class Object
Object.toString()
public String getStreet()
public String getCity()
public String getState()
public String getCountry()
public Double getLatitude()
public Double getLongitude()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |