Class IpGeolocationInfo

    • Constructor Detail

      • IpGeolocationInfo

        public IpGeolocationInfo()
      • IpGeolocationInfo

        public IpGeolocationInfo​(IpGeolocationInfo source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getCountry

        public String getCountry()
        Get 国家信息 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Country 国家信息 注意:此字段可能返回 null,表示取不到有效值。
      • setCountry

        public void setCountry​(String Country)
        Set 国家信息 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Country - 国家信息 注意:此字段可能返回 null,表示取不到有效值。
      • getProvince

        public String getProvince()
        Get 省、州、郡一级行政区域信息 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Province 省、州、郡一级行政区域信息 注意:此字段可能返回 null,表示取不到有效值。
      • setProvince

        public void setProvince​(String Province)
        Set 省、州、郡一级行政区域信息 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Province - 省、州、郡一级行政区域信息 注意:此字段可能返回 null,表示取不到有效值。
      • getCity

        public String getCity()
        Get 市一级行政区域信息 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        City 市一级行政区域信息 注意:此字段可能返回 null,表示取不到有效值。
      • setCity

        public void setCity​(String City)
        Set 市一级行政区域信息 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        City - 市一级行政区域信息 注意:此字段可能返回 null,表示取不到有效值。
      • getRegion

        public String getRegion()
        Get 市内区域信息 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Region 市内区域信息 注意:此字段可能返回 null,表示取不到有效值。
      • setRegion

        public void setRegion​(String Region)
        Set 市内区域信息 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Region - 市内区域信息 注意:此字段可能返回 null,表示取不到有效值。
      • getIsp

        public String getIsp()
        Get 接入运营商信息 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Isp 接入运营商信息 注意:此字段可能返回 null,表示取不到有效值。
      • setIsp

        public void setIsp​(String Isp)
        Set 接入运营商信息 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Isp - 接入运营商信息 注意:此字段可能返回 null,表示取不到有效值。
      • getAsName

        public String getAsName()
        Get 骨干运营商名称 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        AsName 骨干运营商名称 注意:此字段可能返回 null,表示取不到有效值。
      • setAsName

        public void setAsName​(String AsName)
        Set 骨干运营商名称 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        AsName - 骨干运营商名称 注意:此字段可能返回 null,表示取不到有效值。
      • getAsId

        public String getAsId()
        Get 骨干运营商AS号 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        AsId 骨干运营商AS号 注意:此字段可能返回 null,表示取不到有效值。
      • setAsId

        public void setAsId​(String AsId)
        Set 骨干运营商AS号 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        AsId - 骨干运营商AS号 注意:此字段可能返回 null,表示取不到有效值。
      • getComment

        public String getComment()
        Get 注释信息。目前的填充值为移动接入用户的APN值,如无APN属性则为空 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Comment 注释信息。目前的填充值为移动接入用户的APN值,如无APN属性则为空 注意:此字段可能返回 null,表示取不到有效值。
      • setComment

        public void setComment​(String Comment)
        Set 注释信息。目前的填充值为移动接入用户的APN值,如无APN属性则为空 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Comment - 注释信息。目前的填充值为移动接入用户的APN值,如无APN属性则为空 注意:此字段可能返回 null,表示取不到有效值。
      • getAddressIp

        public String getAddressIp()
        Get IP地址 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        AddressIp IP地址 注意:此字段可能返回 null,表示取不到有效值。
      • setAddressIp

        public void setAddressIp​(String AddressIp)
        Set IP地址 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        AddressIp - IP地址 注意:此字段可能返回 null,表示取不到有效值。