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 visiblejava.lang.Boolean
getIsVisible()
Getter for isVisible Should the rule be visible or not visiblevoid
setAccountId(java.lang.Integer value)
Setter for accountId The account Id for which the rule is to be visible/not visiblevoid
setIsVisible(java.lang.Boolean value)
Setter for isVisible Should the rule be visible or not visiblejava.lang.String
toString()
Returns a JSON string representation of AdvancedRuleVisibilityModel
-
Constructor Details
-
AdvancedRuleVisibilityModel
public AdvancedRuleVisibilityModel()
-
-
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 classjava.lang.Object
-