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.IntegergetAccountId()Getter for accountId The account Id for which the rule is to be visible/not visiblejava.lang.BooleangetIsVisible()Getter for isVisible Should the rule be visible or not visiblevoidsetAccountId(java.lang.Integer value)Setter for accountId The account Id for which the rule is to be visible/not visiblevoidsetIsVisible(java.lang.Boolean value)Setter for isVisible Should the rule be visible or not visiblejava.lang.StringtoString()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:
toStringin classjava.lang.Object
-