Class IpBlackWhite

    • Constructor Detail

      • IpBlackWhite

        public IpBlackWhite()
      • IpBlackWhite

        public IpBlackWhite​(IpBlackWhite 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地址
      • getType

        public String getType()
        Get 黑白类型,取值范围[black,white]
        Returns:
        Type 黑白类型,取值范围[black,white]
      • setType

        public void setType​(String Type)
        Set 黑白类型,取值范围[black,white]
        Parameters:
        Type - 黑白类型,取值范围[black,white]