Class AddressResponse
- java.lang.Object
-
- com.github.gpluscb.ggjava.entity.AbstractGGEntity
-
- com.github.gpluscb.ggjava.entity.object.AbstractGGObject
-
- com.github.gpluscb.ggjava.entity.object.response.AbstractGGResponseObject
-
- com.github.gpluscb.ggjava.entity.object.response.objects.AddressResponse
-
- All Implemented Interfaces:
GGEntity
,GGObject
,GGResponseObject
public class AddressResponse extends AbstractGGResponseObject
A user's address
-
-
Constructor Summary
Constructors Constructor Description AddressResponse()
AddressResponse(IDResponse id, StringResponse city, StringResponse country, IntResponse countryId, StringResponse state, IntResponse stateId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringResponse
getCity()
StringResponse
getCountry()
IntResponse
getCountryId()
IDResponse
getId()
StringResponse
getState()
IntResponse
getStateId()
-
Methods inherited from class com.github.gpluscb.ggjava.entity.object.response.AbstractGGResponseObject
checkProvided, isProvided
-
Methods inherited from class com.github.gpluscb.ggjava.entity.AbstractGGEntity
getGGEntityType
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.github.gpluscb.ggjava.entity.GGEntity
getGGEntityType
-
-
-
-
Constructor Detail
-
AddressResponse
public AddressResponse()
-
AddressResponse
public AddressResponse(IDResponse id, StringResponse city, StringResponse country, IntResponse countryId, StringResponse state, IntResponse stateId)
-
-
Method Detail
-
getId
public IDResponse getId()
-
getCity
public StringResponse getCity()
-
getCountry
public StringResponse getCountry()
-
getCountryId
public IntResponse getCountryId()
-
getState
public StringResponse getState()
-
getStateId
public IntResponse getStateId()
-
-