Class Response
- java.lang.Object
-
- io.jenkins.plugins.servicenow.api.model.JsonResponseObject
-
- io.jenkins.plugins.servicenow.api.model.Response
-
- All Implemented Interfaces:
JsonData
public class Response extends JsonResponseObject
-
-
Constructor Summary
Constructors Constructor Description Response()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Error
getError()
Result
getResult()
String
getStatus()
void
setError(Error error)
void
setResult(Result result)
void
setStatus(String status)
String
toString()
-
Methods inherited from class io.jenkins.plugins.servicenow.api.model.JsonResponseObject
addUnboundAttribute, getUnboundAttributes
-
-