org.jenkinsci.plugins.relution.json
Class APIObject.Results
java.lang.Object
org.jenkinsci.plugins.relution.json.APIObject.Results
- Enclosing class:
- APIObject
public static class APIObject.Results
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
APIObject.Results
public APIObject.Results()
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.