Class SyncItemsResponseModel
- java.lang.Object
-
- net.avalara.avatax.rest.client.models.SyncItemsResponseModel
-
public class SyncItemsResponseModel extends java.lang.Object
The response returned after an item sync was requested.
-
-
Constructor Summary
Constructors Constructor Description SyncItemsResponseModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getStatus()
Getter for status The status of the requestvoid
setStatus(java.lang.String value)
Setter for status The status of the requestjava.lang.String
toString()
Returns a JSON string representation of SyncItemsResponseModel
-
-
-
Method Detail
-
getStatus
public java.lang.String getStatus()
Getter for status The status of the request
-
setStatus
public void setStatus(java.lang.String value)
Setter for status The status of the request
-
toString
public java.lang.String toString()
Returns a JSON string representation of SyncItemsResponseModel- Overrides:
toString
in classjava.lang.Object
-
-