@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-01-03T19:15:39.720-05:00") public class ZipDetails extends Object
| Constructor and Description |
|---|
ZipDetails() |
| Modifier and Type | Method and Description |
|---|---|
ZipDetails |
city(String city) |
ZipDetails |
county(String county) |
boolean |
equals(Object o) |
String |
getCity()
Name of city
|
String |
getCounty()
Name of county
|
Boolean |
getLatitude()
latitude of city center.
|
Boolean |
getLongitude()
longitude of city center.
|
Boolean |
getNotes()
Any notes regarding this zipcode.
|
String |
getState()
2 Char state abbrv.
|
String |
getType()
Type indicates, purpose of this zipcode.
|
String |
getZipCode()
5 Digit zipcode
|
int |
hashCode() |
ZipDetails |
latitude(Boolean latitude) |
ZipDetails |
longitude(Boolean longitude) |
ZipDetails |
notes(Boolean notes) |
void |
setCity(String city) |
void |
setCounty(String county) |
void |
setLatitude(Boolean latitude) |
void |
setLongitude(Boolean longitude) |
void |
setNotes(Boolean notes) |
void |
setState(String state) |
void |
setType(String type) |
void |
setZipCode(String zipCode) |
ZipDetails |
state(String state) |
String |
toString() |
ZipDetails |
type(String type) |
ZipDetails |
zipCode(String zipCode) |
public ZipDetails city(String city)
public String getCity()
public void setCity(String city)
public ZipDetails state(String state)
public String getState()
public void setState(String state)
public ZipDetails county(String county)
public String getCounty()
public void setCounty(String county)
public ZipDetails zipCode(String zipCode)
public String getZipCode()
public void setZipCode(String zipCode)
public ZipDetails type(String type)
public String getType()
public void setType(String type)
public ZipDetails latitude(Boolean latitude)
public Boolean getLatitude()
public void setLatitude(Boolean latitude)
public ZipDetails longitude(Boolean longitude)
public Boolean getLongitude()
public void setLongitude(Boolean longitude)
public ZipDetails notes(Boolean notes)
public Boolean getNotes()
public void setNotes(Boolean notes)
Copyright © 2012–2017 JFrameworks.com, LLC. All rights reserved.