Class ClientInfo

    • Constructor Detail

      • ClientInfo

        public ClientInfo()
      • ClientInfo

        public ClientInfo​(ClientInfo 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

      • getProvName

        public String getProvName()
        Get 省份。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ProvName 省份。 注意:此字段可能返回 null,表示取不到有效值。
      • setProvName

        public void setProvName​(String ProvName)
        Set 省份。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ProvName - 省份。 注意:此字段可能返回 null,表示取不到有效值。
      • getCountry

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

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

        public String getIspName()
        Get 运营商。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        IspName 运营商。 注意:此字段可能返回 null,表示取不到有效值。
      • setIspName

        public void setIspName​(String IspName)
        Set 运营商。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        IspName - 运营商。 注意:此字段可能返回 null,表示取不到有效值。
      • getIp

        public String getIp()
        Get 客户端IP 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Ip 客户端IP 注意:此字段可能返回 null,表示取不到有效值。
      • setIp

        public void setIp​(String Ip)
        Set 客户端IP 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Ip - 客户端IP 注意:此字段可能返回 null,表示取不到有效值。