Class OutputAddress

    • Constructor Detail

      • OutputAddress

        public OutputAddress()
      • OutputAddress

        public OutputAddress​(OutputAddress 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。
        Returns:
        Ip 出口IP。
      • setIp

        public void setIp​(String Ip)
        Set 出口IP。
        Parameters:
        Ip - 出口IP。