Class VulnerabilityReportsReportView
- java.lang.Object
-
- com.synopsys.integration.util.Stringable
-
- com.synopsys.integration.blackduck.api.core.BlackDuckComponent
-
- com.synopsys.integration.blackduck.api.core.BlackDuckResponse
-
- com.synopsys.integration.blackduck.api.core.BlackDuckView
-
- com.synopsys.integration.blackduck.api.generated.view.VulnerabilityReportsReportView
-
public class VulnerabilityReportsReportView extends BlackDuckView
-
-
Constructor Summary
Constructors Constructor Description VulnerabilityReportsReportView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.DategetCreatedAt()java.lang.StringgetCreatedBy()java.lang.StringgetCreatedByUser()java.lang.StringgetFileName()java.lang.StringgetFileNamePrefix()java.math.BigDecimalgetFileSize()java.util.DategetFinishedAt()java.lang.StringgetLocale()ReportFormatTypegetReportFormat()ReportTypegetReportType()ReportStatusTypegetStatus()java.util.DategetUpdatedAt()voidsetCreatedAt(java.util.Date createdAt)voidsetCreatedBy(java.lang.String createdBy)voidsetCreatedByUser(java.lang.String createdByUser)voidsetFileName(java.lang.String fileName)voidsetFileNamePrefix(java.lang.String fileNamePrefix)voidsetFileSize(java.math.BigDecimal fileSize)voidsetFinishedAt(java.util.Date finishedAt)voidsetLocale(java.lang.String locale)voidsetReportFormat(ReportFormatType reportFormat)voidsetReportType(ReportType reportType)voidsetStatus(ReportStatusType status)voidsetUpdatedAt(java.util.Date updatedAt)-
Methods inherited from class com.synopsys.integration.blackduck.api.core.BlackDuckView
getAllowedMethods, getAvailableLinks, getFirstLink, getFirstLinkSafely, getHref, getLinks, getMediaType, getMeta, getResourceLinks, getResourceMetadata, hasLink, setMeta
-
Methods inherited from class com.synopsys.integration.blackduck.api.core.BlackDuckResponse
getGson, getJson, getJsonElement, getPatch, getSubclass, hasSubclasses, setGson, setJson, setJsonElement, setPatch
-
-
-
-
Method Detail
-
getCreatedAt
public java.util.Date getCreatedAt()
-
setCreatedAt
public void setCreatedAt(java.util.Date createdAt)
-
getCreatedBy
public java.lang.String getCreatedBy()
-
setCreatedBy
public void setCreatedBy(java.lang.String createdBy)
-
getCreatedByUser
public java.lang.String getCreatedByUser()
-
setCreatedByUser
public void setCreatedByUser(java.lang.String createdByUser)
-
getFileName
public java.lang.String getFileName()
-
setFileName
public void setFileName(java.lang.String fileName)
-
getFileNamePrefix
public java.lang.String getFileNamePrefix()
-
setFileNamePrefix
public void setFileNamePrefix(java.lang.String fileNamePrefix)
-
getFileSize
public java.math.BigDecimal getFileSize()
-
setFileSize
public void setFileSize(java.math.BigDecimal fileSize)
-
getFinishedAt
public java.util.Date getFinishedAt()
-
setFinishedAt
public void setFinishedAt(java.util.Date finishedAt)
-
getLocale
public java.lang.String getLocale()
-
setLocale
public void setLocale(java.lang.String locale)
-
getReportFormat
public ReportFormatType getReportFormat()
-
setReportFormat
public void setReportFormat(ReportFormatType reportFormat)
-
getReportType
public ReportType getReportType()
-
setReportType
public void setReportType(ReportType reportType)
-
getStatus
public ReportStatusType getStatus()
-
setStatus
public void setStatus(ReportStatusType status)
-
getUpdatedAt
public java.util.Date getUpdatedAt()
-
setUpdatedAt
public void setUpdatedAt(java.util.Date updatedAt)
-
-