org.jenkinsci.plugins.relution.json
Class APIObject.File
java.lang.Object
org.jenkinsci.plugins.relution.json.APIObject.File
- Enclosing class:
- APIObject
public static class APIObject.File
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
APIObject.File
public APIObject.File()
getUuid
public String getUuid()
setUuid
public void setUuid(String uuid)
getName
public String getName()
setName
public void setName(String name)
getLink
public String getLink()
setLink
public void setLink(String link)
getContentType
public String getContentType()
setContentType
public void setContentType(String contentType)
getSize
public Integer getSize()
setSize
public void setSize(Integer size)
getModificationDate
public Long getModificationDate()
setModificationDate
public void setModificationDate(Long modificationDate)
getDownloadCount
public String getDownloadCount()
setDownloadCount
public void setDownloadCount(String downloadCount)
Copyright © 2004-2013. All Rights Reserved.