Package com.soffid.iam.rc.api
Class GeoInformation
java.lang.Object
com.soffid.iam.rc.api.GeoInformation
- All Implemented Interfaces:
Serializable
ValueObject GeoInformation
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGeoInformation(GeoInformation otherBean) GeoInformation(String ip, Date date) GeoInformation(String ip, Date date, String country, String countryDivision1, String countryDivision2, String city, Double latitude, Double longitude, Double accuracy, String domain, String isp, String userType, Double anonymous) -
Method Summary
Modifier and TypeMethodDescriptionGets value for attribute accuracyGets value for attribute anonymousgetCity()Gets value for attribute cityGets value for attribute countryGets value for attribute countryDivision1Gets value for attribute countryDivision2getDate()Gets value for attribute dateGets value for attribute domaingetIp()Gets value for attribute ipgetIsp()Gets value for attribute ispGets value for attribute latitudeGets value for attribute longitudeGets value for attribute userTypevoidsetAccuracy(Double accuracy) Sets value for attribute accuracyvoidsetAnonymous(Double anonymous) Sets value for attribute anonymousvoidSets value for attribute cityvoidsetCountry(String country) Sets value for attribute countryvoidsetCountryDivision1(String countryDivision1) Sets value for attribute countryDivision1voidsetCountryDivision2(String countryDivision2) Sets value for attribute countryDivision2voidSets value for attribute datevoidSets value for attribute domainvoidSets value for attribute ipvoidSets value for attribute ispvoidsetLatitude(Double latitude) Sets value for attribute latitudevoidsetLongitude(Double longitude) Sets value for attribute longitudevoidsetUserType(String userType) Sets value for attribute userTypetoString()Returns a string representation of the value object.
-
Constructor Details
-
GeoInformation
public GeoInformation() -
GeoInformation
-
GeoInformation
-
GeoInformation
-
-
Method Details
-
getIp
Gets value for attribute ip -
setIp
Sets value for attribute ip -
getDate
Gets value for attribute date -
setDate
Sets value for attribute date -
getCountry
Gets value for attribute country -
setCountry
Sets value for attribute country -
getCountryDivision1
Gets value for attribute countryDivision1 -
setCountryDivision1
Sets value for attribute countryDivision1 -
getCountryDivision2
Gets value for attribute countryDivision2 -
setCountryDivision2
Sets value for attribute countryDivision2 -
getCity
Gets value for attribute city -
setCity
Sets value for attribute city -
getLatitude
Gets value for attribute latitude -
setLatitude
Sets value for attribute latitude -
getLongitude
Gets value for attribute longitude -
setLongitude
Sets value for attribute longitude -
getAccuracy
Gets value for attribute accuracy -
setAccuracy
Sets value for attribute accuracy -
getDomain
Gets value for attribute domain -
setDomain
Sets value for attribute domain -
getIsp
Gets value for attribute isp -
setIsp
Sets value for attribute isp -
getUserType
Gets value for attribute userType -
setUserType
Sets value for attribute userType -
getAnonymous
Gets value for attribute anonymous -
setAnonymous
Sets value for attribute anonymous -
toString
Returns a string representation of the value object.
-