@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2021-03-12T11:46:32.800+05:30") public class GetExtendedClientAddress extends Object
| Constructor and Description |
|---|
GetExtendedClientAddress() |
| Modifier and Type | Method and Description |
|---|---|
GetExtendedClientAddress |
city(String city) |
GetExtendedClientAddress |
country(String country) |
boolean |
equals(Object o) |
String |
getCity()
City information
|
String |
getCountry()
Country information
|
String |
getStreet()
Street information
|
String |
getZipCode()
Zip Code information
|
int |
hashCode() |
void |
setCity(String city) |
void |
setCountry(String country) |
void |
setStreet(String street) |
void |
setZipCode(String zipCode) |
GetExtendedClientAddress |
street(String street) |
String |
toString() |
GetExtendedClientAddress |
zipCode(String zipCode) |
public GetExtendedClientAddress street(String street)
public String getStreet()
public void setStreet(String street)
public GetExtendedClientAddress city(String city)
public String getCity()
public void setCity(String city)
public GetExtendedClientAddress zipCode(String zipCode)
public String getZipCode()
public void setZipCode(String zipCode)
public GetExtendedClientAddress country(String country)
public String getCountry()
public void setCountry(String country)
Copyright © 2021. All rights reserved.