@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-02-10T00:00:58.629+01:00") public class Location extends Object
| Constructor and Description |
|---|
Location() |
| Modifier and Type | Method and Description |
|---|---|
Location |
address(String address) |
boolean |
equals(Object o) |
Location |
geocode(String geocode) |
String |
getAddress()
Get address
|
String |
getGeocode()
Get geocode
|
Integer |
getIsOnline()
Get isOnline
|
Double |
getLatitude()
Get latitude
|
Double |
getLongitude()
Get longitude
|
String |
getType()
Get type
|
int |
hashCode() |
Location |
isOnline(Integer isOnline) |
Location |
latitude(Double latitude) |
Location |
longitude(Double longitude) |
void |
setAddress(String address) |
void |
setGeocode(String geocode) |
void |
setIsOnline(Integer isOnline) |
void |
setLatitude(Double latitude) |
void |
setLongitude(Double longitude) |
void |
setType(String type) |
String |
toString() |
Location |
type(String type) |
public String getAddress()
public void setAddress(String address)
public String getGeocode()
public void setGeocode(String geocode)
public Double getLongitude()
public void setLongitude(Double longitude)
public Double getLatitude()
public void setLatitude(Double latitude)
public Integer getIsOnline()
public void setIsOnline(Integer isOnline)
public String getType()
public void setType(String type)
Copyright © 2017. All rights reserved.