Class OriginIp

    • Constructor Detail

      • OriginIp

        public OriginIp()
      • OriginIp

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

      • getIp

        public String getIp()
        Get 回源IP段/回源IP,默认返回IP段信息。
        Returns:
        Ip 回源IP段/回源IP,默认返回IP段信息。
      • setIp

        public void setIp​(String Ip)
        Set 回源IP段/回源IP,默认返回IP段信息。
        Parameters:
        Ip - 回源IP段/回源IP,默认返回IP段信息。