Class NexusParameterDetailModel

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

public class NexusParameterDetailModel extends Object
Represents a parameter associated with a nexus.
  • Constructor Details

    • NexusParameterDetailModel

      public NexusParameterDetailModel()
  • Method Details

    • getId

      public Long getId()
      Getter for id The id of the parameter.
    • setId

      public void setId(Long value)
      Setter for id The id of the parameter.
    • getName

      public String getName()
      Getter for name The parameter's name.
    • setName

      public void setName(String value)
      Setter for name The parameter's name.
    • getValue

      public String getValue()
      Getter for value The value for the parameter.
    • setValue

      public void setValue(String value)
      Setter for value The value for the parameter.
    • getUnit

      public String getUnit()
      Getter for unit The unit of measurement code for the parameter.
    • setUnit

      public void setUnit(String value)
      Setter for unit The unit of measurement code for the parameter.
    • getNexusId

      public Integer getNexusId()
      Getter for nexusId The nexus id
    • setNexusId

      public void setNexusId(Integer value)
      Setter for nexusId The nexus id
    • toString

      public String toString()
      Returns a JSON string representation of NexusParameterDetailModel
      Overrides:
      toString in class Object