Class Context
- java.lang.Object
-
- net.avalara.avatax.rest.client.models.Context
-
public class Context extends java.lang.Object
Model to represent the system
-
-
Constructor Summary
Constructors Constructor Description Context()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getId()
Getter for id Unique id of the systemjava.lang.String
getSystem()
Getter for system System namevoid
setId(java.lang.String value)
Setter for id Unique id of the systemvoid
setSystem(java.lang.String value)
Setter for system System namejava.lang.String
toString()
Returns a JSON string representation of Context
-
-
-
Method Detail
-
getId
public java.lang.String getId()
Getter for id Unique id of the system
-
setId
public void setId(java.lang.String value)
Setter for id Unique id of the system
-
getSystem
public java.lang.String getSystem()
Getter for system System name
-
setSystem
public void setSystem(java.lang.String value)
Setter for system System name
-
toString
public java.lang.String toString()
Returns a JSON string representation of Context- Overrides:
toString
in classjava.lang.Object
-
-