org.jenkinsci.plugins.relution.json
Class APIObject
java.lang.Object
org.jenkinsci.plugins.relution.json.APIObject
public class APIObject
- extends Object
Object to cast an specific JSON to-from it and override given values with the specified setters/getters.
- Author:
- Christian Steiger
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
APIObject
public APIObject()
getStatus
public String getStatus()
setStatus
public void setStatus(String status)
getMessage
public String getMessage()
setMessage
public void setMessage(String message)
getErrors
public APIObject.Errors getErrors()
setErrors
public void setErrors(APIObject.Errors errors)
getTotal
public Integer getTotal()
setTotal
public void setTotal(Integer total)
getResults
public List<APIObject.Results> getResults()
setResults
public void setResults(List<APIObject.Results> results)
Copyright © 2004-2013. All Rights Reserved.