public class Assets extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Assets.Link |
static class |
Assets.Source |
| Constructor and Description |
|---|
Assets() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCount() |
String |
getEvidenceFilePath() |
List<Assets.Link> |
getLinks() |
List<Assets.Source> |
getSources() |
void |
setCount(Integer count) |
void |
setEvidenceFilePath(String evidenceFilePath) |
void |
setLinks(List<Assets.Link> links) |
void |
setSources(List<Assets.Source> sources) |
String |
toString() |
public Integer getCount()
public void setCount(Integer count)
public List<Assets.Source> getSources()
public void setSources(List<Assets.Source> sources)
public List<Assets.Link> getLinks()
public void setLinks(List<Assets.Link> links)
public String getEvidenceFilePath()
public void setEvidenceFilePath(String evidenceFilePath)
Copyright © 2020. All rights reserved.