Class LoginVerificationOutputModel
java.lang.Object
net.avalara.avatax.rest.client.models.LoginVerificationOutputModel
This is the output model coming from skyscraper services
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetJobId()
Getter for jobId The job Id returned from skyscraperGetter for loginSuccess Indicates if the login was successfulGetter for message The message returned from the jobGetter for operationStatus The operation status of the jobvoid
Setter for jobId The job Id returned from skyscrapervoid
setLoginSuccess
(Boolean value) Setter for loginSuccess Indicates if the login was successfulvoid
setMessage
(String value) Setter for message The message returned from the jobvoid
setOperationStatus
(String value) Setter for operationStatus The operation status of the jobtoString()
Returns a JSON string representation of LoginVerificationOutputModel
-
Constructor Details
-
LoginVerificationOutputModel
public LoginVerificationOutputModel()
-
-
Method Details
-
getJobId
Getter for jobId The job Id returned from skyscraper -
setJobId
Setter for jobId The job Id returned from skyscraper -
getOperationStatus
Getter for operationStatus The operation status of the job -
setOperationStatus
Setter for operationStatus The operation status of the job -
getMessage
Getter for message The message returned from the job -
setMessage
Setter for message The message returned from the job -
getLoginSuccess
Getter for loginSuccess Indicates if the login was successful -
setLoginSuccess
Setter for loginSuccess Indicates if the login was successful -
toString
Returns a JSON string representation of LoginVerificationOutputModel
-