org.jenkinsci.plugins.relution.json
Class APIObject

java.lang.Object
  extended by 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

Nested Class Summary
static class APIObject.ACL
           
static class APIObject.Changelog
           
static class APIObject.Constraints
           
static class APIObject.Description
           
static class APIObject.Errors
           
static class APIObject.File
           
static class APIObject.Icon
           
static class APIObject.Keywords
           
static class APIObject.Name
           
static class APIObject.Results
           
static class APIObject.Versions
           
 
Constructor Summary
APIObject()
           
 
Method Summary
 APIObject.Errors getErrors()
           
 String getMessage()
           
 List<APIObject.Results> getResults()
           
 String getStatus()
           
 Integer getTotal()
           
 void setErrors(APIObject.Errors errors)
           
 void setMessage(String message)
           
 void setResults(List<APIObject.Results> results)
           
 void setStatus(String status)
           
 void setTotal(Integer total)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

APIObject

public APIObject()
Method Detail

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.