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 SummaryConstructors Constructor Description AddressResponse()AddressResponse(IDResponse id, StringResponse city, StringResponse country, IntResponse countryId, StringResponse state, IntResponse stateId)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringResponsegetCity()StringResponsegetCountry()IntResponsegetCountryId()IDResponsegetId()StringResponsegetState()IntResponsegetStateId()- 
Methods inherited from class com.github.gpluscb.ggjava.entity.object.response.AbstractGGResponseObjectcheckProvided, isProvided
 - 
Methods inherited from class com.github.gpluscb.ggjava.entity.AbstractGGEntitygetGGEntityType
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.github.gpluscb.ggjava.entity.GGEntitygetGGEntityType
 
- 
 
- 
- 
- 
Constructor Detail- 
AddressResponsepublic AddressResponse() 
 - 
AddressResponsepublic AddressResponse(IDResponse id, StringResponse city, StringResponse country, IntResponse countryId, StringResponse state, IntResponse stateId) 
 
- 
 - 
Method Detail- 
getIdpublic IDResponse getId() 
 - 
getCitypublic StringResponse getCity() 
 - 
getCountrypublic StringResponse getCountry() 
 - 
getCountryIdpublic IntResponse getCountryId() 
 - 
getStatepublic StringResponse getState() 
 - 
getStateIdpublic IntResponse getStateId() 
 
- 
 
-