@Entity public class ChannelType extends AstamBaseEntity
| Modifier and Type | Field and Description |
|---|---|
static String |
DYNAMIC |
static Set<String> |
DYNAMIC_TYPES |
static String |
MIXED |
static List<String> |
MIXED_TYPES |
static Set<String> |
NATIVE_ID_SCANNERS |
static String |
STATIC |
static Set<String> |
STATIC_TYPES |
| Constructor and Description |
|---|
ChannelType() |
| Modifier and Type | Method and Description |
|---|---|
List<ApplicationChannel> |
getChannels() |
List<ChannelSeverity> |
getChannelSeverities() |
List<ChannelVulnerability> |
getChannelVulnerabilities() |
String |
getExportInfo() |
String |
getMappingFilterName() |
String |
getName() |
List<RemoteProviderType> |
getRemoteProviderTypes() |
String |
getUrl() |
String |
getVersion() |
void |
setChannels(List<ApplicationChannel> applicationChannels) |
void |
setChannelSeverities(List<ChannelSeverity> channelSeverities) |
void |
setChannelVulnerabilities(List<ChannelVulnerability> channelVulnerabilities) |
void |
setExportInfo(String exportInfo) |
void |
setName(String name) |
void |
setRemoteProviderTypes(List<RemoteProviderType> remoteProviderTypes) |
void |
setUrl(String url) |
void |
setVersion(String version) |
getUuid, setUuidgetId, isNew, setIdpublic static final String DYNAMIC
public static final String STATIC
public static final String MIXED
public String getName()
public void setName(String name)
public String getVersion()
public void setVersion(String version)
public String getUrl()
public void setUrl(String url)
public String getExportInfo()
public void setExportInfo(String exportInfo)
public List<ChannelVulnerability> getChannelVulnerabilities()
public void setChannelVulnerabilities(List<ChannelVulnerability> channelVulnerabilities)
public List<ChannelSeverity> getChannelSeverities()
public void setChannelSeverities(List<ChannelSeverity> channelSeverities)
public List<ApplicationChannel> getChannels()
public void setChannels(List<ApplicationChannel> applicationChannels)
public List<RemoteProviderType> getRemoteProviderTypes()
public void setRemoteProviderTypes(List<RemoteProviderType> remoteProviderTypes)
public String getMappingFilterName()
Copyright © 2018 Denim Group, Ltd.; Secure Decisions, A Division of Applied Visions, Inc.. All rights reserved.