Class AdvancedRuleVisibilityModel

java.lang.Object
net.avalara.avatax.rest.client.models.AdvancedRuleVisibilityModel

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

    Constructors 
    Constructor Description
    AdvancedRuleVisibilityModel()  
  • Method Summary

    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 Details

  • Method Details

    • 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