public class MatchedFileView extends BlackDuckView
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CODELOCATIONS_LINK |
static LinkSingleResponse<CodeLocationView> |
CODELOCATIONS_LINK_RESPONSE |
static java.util.Map<java.lang.String,LinkResponse> |
links |
| Constructor and Description |
|---|
MatchedFileView() |
| Modifier and Type | Method and Description |
|---|---|
CompositePathWithArchiveContext |
getFilePath() |
java.util.List<MatchedFileUsagesType> |
getUsages() |
void |
setFilePath(CompositePathWithArchiveContext filePath) |
void |
setUsages(java.util.List<MatchedFileUsagesType> usages) |
getAllowedMethods, getAvailableLinks, getFirstLink, getHref, getLinks, getMeta, getResourceLinks, getResourceMetadata, hasLink, setMetagetGson, getJson, getJsonElement, getPatch, getSubclass, hasSubclasses, setGson, setJson, setJsonElement, setPatchpublic static final java.util.Map<java.lang.String,LinkResponse> links
public static final java.lang.String CODELOCATIONS_LINK
public static final LinkSingleResponse<CodeLocationView> CODELOCATIONS_LINK_RESPONSE
public CompositePathWithArchiveContext getFilePath()
public void setFilePath(CompositePathWithArchiveContext filePath)
public java.util.List<MatchedFileUsagesType> getUsages()
public void setUsages(java.util.List<MatchedFileUsagesType> usages)