Class GeoIP


  • public class GeoIP
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      GeoIP()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCountryCode()
      Gets the value of the countryCode property.
      java.lang.String getCountryName()
      Gets the value of the countryName property.
      java.lang.String getIP()
      Gets the value of the ip property.
      int getReturnCode()
      Gets the value of the returnCode property.
      java.lang.String getReturnCodeDetails()
      Gets the value of the returnCodeDetails property.
      void setCountryCode​(java.lang.String value)
      Sets the value of the countryCode property.
      void setCountryName​(java.lang.String value)
      Sets the value of the countryName property.
      void setIP​(java.lang.String value)
      Sets the value of the ip property.
      void setReturnCode​(int value)
      Sets the value of the returnCode property.
      void setReturnCodeDetails​(java.lang.String value)
      Sets the value of the returnCodeDetails property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • returnCode

        protected int returnCode
      • ip

        protected java.lang.String ip
      • returnCodeDetails

        protected java.lang.String returnCodeDetails
      • countryName

        protected java.lang.String countryName
      • countryCode

        protected java.lang.String countryCode
    • Constructor Detail

      • GeoIP

        public GeoIP()
    • Method Detail

      • getReturnCode

        public int getReturnCode()
        Gets the value of the returnCode property.
      • setReturnCode

        public void setReturnCode​(int value)
        Sets the value of the returnCode property.
      • getIP

        public java.lang.String getIP()
        Gets the value of the ip property.
        Returns:
        possible object is String
      • setIP

        public void setIP​(java.lang.String value)
        Sets the value of the ip property.
        Parameters:
        value - allowed object is String
      • getReturnCodeDetails

        public java.lang.String getReturnCodeDetails()
        Gets the value of the returnCodeDetails property.
        Returns:
        possible object is String
      • setReturnCodeDetails

        public void setReturnCodeDetails​(java.lang.String value)
        Sets the value of the returnCodeDetails property.
        Parameters:
        value - allowed object is String
      • getCountryName

        public java.lang.String getCountryName()
        Gets the value of the countryName property.
        Returns:
        possible object is String
      • setCountryName

        public void setCountryName​(java.lang.String value)
        Sets the value of the countryName property.
        Parameters:
        value - allowed object is String
      • getCountryCode

        public java.lang.String getCountryCode()
        Gets the value of the countryCode property.
        Returns:
        possible object is String
      • setCountryCode

        public void setCountryCode​(java.lang.String value)
        Sets the value of the countryCode property.
        Parameters:
        value - allowed object is String