public class ScanSnapshot extends Object
| Constructor and Description |
|---|
ScanSnapshot() |
| Modifier and Type | Method and Description |
|---|---|
List<CategoryRollup> |
getCategoryRollups() |
Long |
getDynamicScanId() |
Long |
getHistoryRollupId() |
Long |
getMobileScanId() |
Long |
getProjectVersionId() |
Long |
getReleaseId() |
Long |
getStaticScanId() |
void |
setCategoryRollups(List<CategoryRollup> categoryRollups) |
void |
setDynamicScanId(Long dynamicScanId) |
void |
setHistoryRollupId(Long historyRollupId) |
void |
setMobileScanId(Long mobileScanId) |
void |
setProjectVersionId(Long projectVersionId) |
void |
setReleaseId(Long releaseId) |
void |
setStaticScanId(Long staticScanId) |
public Long getProjectVersionId()
public void setProjectVersionId(Long projectVersionId)
public Long getDynamicScanId()
public void setDynamicScanId(Long dynamicScanId)
public Long getStaticScanId()
public void setStaticScanId(Long staticScanId)
public Long getMobileScanId()
public void setMobileScanId(Long mobileScanId)
public List<CategoryRollup> getCategoryRollups()
public void setCategoryRollups(List<CategoryRollup> categoryRollups)
public Long getHistoryRollupId()
public void setHistoryRollupId(Long historyRollupId)
public Long getReleaseId()
public void setReleaseId(Long releaseId)
Copyright © 2004-2016. All Rights Reserved.