Class AdvancedRuleVisibilityModel


  • public class AdvancedRuleVisibilityModel
    extends java.lang.Object
    Model for toggling visibility of an advanced rule for an account
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Integer getAccountId()
      Getter for accountId The account Id for which the rule is to be visible/not visible
      java.lang.Boolean getIsVisible()
      Getter for isVisible Should the rule be visible or not visible
      void setAccountId​(java.lang.Integer value)
      Setter for accountId The account Id for which the rule is to be visible/not visible
      void setIsVisible​(java.lang.Boolean value)
      Setter for isVisible Should the rule be visible or not visible
      java.lang.String toString()
      Returns a JSON string representation of AdvancedRuleVisibilityModel
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • AdvancedRuleVisibilityModel

        public AdvancedRuleVisibilityModel()
    • Method Detail

      • getIsVisible

        public java.lang.Boolean getIsVisible()
        Getter for isVisible Should the rule be visible or not visible
      • setIsVisible

        public void setIsVisible​(java.lang.Boolean value)
        Setter for isVisible Should the rule be visible or not visible
      • getAccountId

        public java.lang.Integer getAccountId()
        Getter for accountId The account Id for which the rule is to be visible/not visible
      • setAccountId

        public void setAccountId​(java.lang.Integer value)
        Setter for accountId The account Id for which the rule is to be visible/not visible
      • toString

        public java.lang.String toString()
        Returns a JSON string representation of AdvancedRuleVisibilityModel
        Overrides:
        toString in class java.lang.Object