Class GeoInformation

java.lang.Object
com.soffid.iam.rc.api.GeoInformation
All Implemented Interfaces:
Serializable

public class GeoInformation extends Object implements Serializable
ValueObject GeoInformation
See Also:
  • Constructor Details

  • Method Details

    • getIp

      public String getIp()
      Gets value for attribute ip
    • setIp

      public void setIp(String ip)
      Sets value for attribute ip
    • getDate

      public Date getDate()
      Gets value for attribute date
    • setDate

      public void setDate(Date date)
      Sets value for attribute date
    • getCountry

      public String getCountry()
      Gets value for attribute country
    • setCountry

      public void setCountry(String country)
      Sets value for attribute country
    • getCountryDivision1

      public String getCountryDivision1()
      Gets value for attribute countryDivision1
    • setCountryDivision1

      public void setCountryDivision1(String countryDivision1)
      Sets value for attribute countryDivision1
    • getCountryDivision2

      public String getCountryDivision2()
      Gets value for attribute countryDivision2
    • setCountryDivision2

      public void setCountryDivision2(String countryDivision2)
      Sets value for attribute countryDivision2
    • getCity

      public String getCity()
      Gets value for attribute city
    • setCity

      public void setCity(String city)
      Sets value for attribute city
    • getLatitude

      public Double getLatitude()
      Gets value for attribute latitude
    • setLatitude

      public void setLatitude(Double latitude)
      Sets value for attribute latitude
    • getLongitude

      public Double getLongitude()
      Gets value for attribute longitude
    • setLongitude

      public void setLongitude(Double longitude)
      Sets value for attribute longitude
    • getAccuracy

      public Double getAccuracy()
      Gets value for attribute accuracy
    • setAccuracy

      public void setAccuracy(Double accuracy)
      Sets value for attribute accuracy
    • getDomain

      public String getDomain()
      Gets value for attribute domain
    • setDomain

      public void setDomain(String domain)
      Sets value for attribute domain
    • getIsp

      public String getIsp()
      Gets value for attribute isp
    • setIsp

      public void setIsp(String isp)
      Sets value for attribute isp
    • getUserType

      public String getUserType()
      Gets value for attribute userType
    • setUserType

      public void setUserType(String userType)
      Sets value for attribute userType
    • getAnonymous

      public Double getAnonymous()
      Gets value for attribute anonymous
    • setAnonymous

      public void setAnonymous(Double anonymous)
      Sets value for attribute anonymous
    • toString

      public String toString()
      Returns a string representation of the value object.
      Overrides:
      toString in class Object