Class GeoLocationLogInfo.Builder

    • Field Detail

      • ipAddress

        protected final java.lang.String ipAddress
      • city

        protected java.lang.String city
      • region

        protected java.lang.String region
      • country

        protected java.lang.String country
    • Constructor Detail

      • Builder

        protected Builder​(java.lang.String ipAddress)
    • Method Detail

      • withCity

        public GeoLocationLogInfo.Builder withCity​(java.lang.String city)
        Set value for optional field.
        Parameters:
        city - City name.
        Returns:
        this builder
      • withRegion

        public GeoLocationLogInfo.Builder withRegion​(java.lang.String region)
        Set value for optional field.
        Parameters:
        region - Region name.
        Returns:
        this builder
      • withCountry

        public GeoLocationLogInfo.Builder withCountry​(java.lang.String country)
        Set value for optional field.
        Parameters:
        country - Country code.
        Returns:
        this builder