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

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

public static class APIObject.Versions
extends Object


Constructor Summary
APIObject.Versions()
           
 
Method Summary
 String getAppUuid()
           
 APIObject.Changelog getChangelog()
           
 List<APIObject.Constraints> getConstraints()
           
 String getCopyright()
           
 String getCreatedBy()
           
 String getCreationDate()
           
 APIObject.Description getDescription()
           
 String getDeveloperEmail()
           
 String getDeveloperName()
           
 String getDeveloperWeb()
           
 Integer getDownloadCount()
           
 APIObject.File getFile()
           
 APIObject.Icon getIcon()
           
 Integer getInstallCount()
           
 APIObject.Keywords getKeywords()
           
 String getLink()
           
 Long getModificationDate()
           
 String getModifiedBy()
           
 APIObject.Name getName()
           
 Integer getRating()
           
 Integer getRatingCount()
           
 String getReleaseStatus()
           
 Object getScreenshots()
           
 String getUuid()
           
 Integer getVersionCode()
           
 String getVersionName()
           
 void setAppUuid(String appUuid)
           
 void setChangelog(APIObject.Changelog changelog)
           
 void setConstraints(List<APIObject.Constraints> constraints)
           
 void setCopyright(String copyright)
           
 void setCreatedBy(String createdBy)
           
 void setCreationDate(String creationDate)
           
 void setDescription(APIObject.Description description)
           
 void setDeveloperEmail(String developerEmail)
           
 void setDeveloperName(String developerName)
           
 void setDeveloperWeb(String developerWeb)
           
 void setDownloadCount(Integer downloadCount)
           
 void setFile(APIObject.File file)
           
 void setIcon(APIObject.Icon icon)
           
 void setInstallCount(Integer installCount)
           
 void setKeywords(APIObject.Keywords keywords)
           
 void setLink(String link)
           
 void setModificationDate(Long modificationDate)
           
 void setModifiedBy(String modifiedBy)
           
 void setName(APIObject.Name name)
           
 void setRating(Integer rating)
           
 void setRatingCount(Integer ratingCount)
           
 void setReleaseStatus(String releaseStatus)
           
 void setScreenshots(Object screenshots)
           
 void setUuid(String uuid)
           
 void setVersionCode(Integer versionCode)
           
 void setVersionName(String versionName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

APIObject.Versions

public APIObject.Versions()
Method Detail

getUuid

public String getUuid()

setUuid

public void setUuid(String uuid)

getAppUuid

public String getAppUuid()

setAppUuid

public void setAppUuid(String appUuid)

getReleaseStatus

public String getReleaseStatus()

setReleaseStatus

public void setReleaseStatus(String releaseStatus)

getVersionName

public String getVersionName()

setVersionName

public void setVersionName(String versionName)

getVersionCode

public Integer getVersionCode()

setVersionCode

public void setVersionCode(Integer versionCode)

getDownloadCount

public Integer getDownloadCount()

setDownloadCount

public void setDownloadCount(Integer downloadCount)

getInstallCount

public Integer getInstallCount()

setInstallCount

public void setInstallCount(Integer installCount)

getLink

public String getLink()

setLink

public void setLink(String link)

getFile

public APIObject.File getFile()

setFile

public void setFile(APIObject.File file)

getScreenshots

public Object getScreenshots()

setScreenshots

public void setScreenshots(Object screenshots)

getIcon

public APIObject.Icon getIcon()

setIcon

public void setIcon(APIObject.Icon icon)

getDescription

public APIObject.Description getDescription()

setDescription

public void setDescription(APIObject.Description description)

getName

public APIObject.Name getName()

setName

public void setName(APIObject.Name name)

getKeywords

public APIObject.Keywords getKeywords()

setKeywords

public void setKeywords(APIObject.Keywords keywords)

getChangelog

public APIObject.Changelog getChangelog()

setChangelog

public void setChangelog(APIObject.Changelog changelog)

getConstraints

public List<APIObject.Constraints> getConstraints()

setConstraints

public void setConstraints(List<APIObject.Constraints> constraints)

getCopyright

public String getCopyright()

setCopyright

public void setCopyright(String copyright)

getDeveloperName

public String getDeveloperName()

setDeveloperName

public void setDeveloperName(String developerName)

getDeveloperWeb

public String getDeveloperWeb()

setDeveloperWeb

public void setDeveloperWeb(String developerWeb)

getDeveloperEmail

public String getDeveloperEmail()

setDeveloperEmail

public void setDeveloperEmail(String developerEmail)

getCreatedBy

public String getCreatedBy()

setCreatedBy

public void setCreatedBy(String createdBy)

getCreationDate

public String getCreationDate()

setCreationDate

public void setCreationDate(String 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)


Copyright © 2004-2013. All Rights Reserved.