Class Context

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

public class Context extends Object
Model to represent the system
  • Constructor Details

    • Context

      public Context()
  • Method Details

    • getId

      public String getId()
      Getter for id Unique id of the system
    • setId

      public void setId(String value)
      Setter for id Unique id of the system
    • getSystem

      public String getSystem()
      Getter for system System name
    • setSystem

      public void setSystem(String value)
      Setter for system System name
    • toString

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