Class PublicAccessRule

    • Constructor Detail

      • PublicAccessRule

        public PublicAccessRule()
      • PublicAccessRule

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

      • getIpRule

        public String getIpRule()
        Get ip网段信息
        Returns:
        IpRule ip网段信息
      • setIpRule

        public void setIpRule​(String IpRule)
        Set ip网段信息
        Parameters:
        IpRule - ip网段信息
      • getAllow

        public Boolean getAllow()
        Get 允许或者拒绝
        Returns:
        Allow 允许或者拒绝
      • setAllow

        public void setAllow​(Boolean Allow)
        Set 允许或者拒绝
        Parameters:
        Allow - 允许或者拒绝
      • getRemark

        public String getRemark()
        Get 备注信息 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Remark 备注信息 注意:此字段可能返回 null,表示取不到有效值。
      • setRemark

        public void setRemark​(String Remark)
        Set 备注信息 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Remark - 备注信息 注意:此字段可能返回 null,表示取不到有效值。