org.jenkinsci.plugins.relution.json
Class APIObject.Results

java.lang.Object
  extended by org.jenkinsci.plugins.relution.json.APIObject.Results
Enclosing class:
APIObject

public static class APIObject.Results
extends Object


Constructor Summary
APIObject.Results()
           
 
Method Summary
 APIObject.ACL getAcl()
           
 Object getCategories()
           
 String getCreatedBy()
           
 Long getCreationDate()
           
 Integer getDownloadCount()
           
 String getInternalName()
           
 Long getModificationDate()
           
 String getModifiedBy()
           
 Object getPlatforms()
           
 Integer getRating()
           
 Integer getRatingCount()
           
 String getType()
           
 String getUuid()
           
 List<APIObject.Versions> getVersions()
           
 void setAcl(APIObject.ACL acl)
           
 void setCategories(Object categories)
           
 void setCreatedBy(String createdBy)
           
 void setCreationDate(Long creationDate)
           
 void setDownloadCount(Integer downloadCount)
           
 void setInternalName(String internalName)
           
 void setModificationDate(Long modificationDate)
           
 void setModifiedBy(String modifiedBy)
           
 void setPlatforms(Object platforms)
           
 void setRating(Integer rating)
           
 void setRatingCount(Integer ratingCount)
           
 void setType(String type)
           
 void setUuid(String uuid)
           
 void setVersions(List<APIObject.Versions> versions)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

APIObject.Results

public APIObject.Results()
Method Detail

getUuid

public String getUuid()

setUuid

public void setUuid(String uuid)

getType

public String getType()

setType

public void setType(String type)

getInternalName

public String getInternalName()

setInternalName

public void setInternalName(String internalName)

getPlatforms

public Object getPlatforms()

setPlatforms

public void setPlatforms(Object platforms)

getCategories

public Object getCategories()

setCategories

public void setCategories(Object categories)

getVersions

public List<APIObject.Versions> getVersions()

setVersions

public void setVersions(List<APIObject.Versions> versions)

getCreatedBy

public String getCreatedBy()

setCreatedBy

public void setCreatedBy(String createdBy)

getCreationDate

public Long getCreationDate()

setCreationDate

public void setCreationDate(Long creationDate)

getModifiedBy

public String getModifiedBy()

setModifiedBy

public void setModifiedBy(String modifiedBy)

getModificationDate

public Long getModificationDate()

setModificationDate

public void setModificationDate(Long modificationDate)

getRating

public Integer getRating()

setRating

public void setRating(Integer rating)

getRatingCount

public Integer getRatingCount()

setRatingCount

public void setRatingCount(Integer ratingCount)

getDownloadCount

public Integer getDownloadCount()

setDownloadCount

public void setDownloadCount(Integer downloadCount)

getAcl

public APIObject.ACL getAcl()

setAcl

public void setAcl(APIObject.ACL acl)


Copyright © 2004-2013. All Rights Reserved.