public enum QualysPlatform extends Enum<QualysPlatform>
| Modifier and Type | Method and Description |
|---|---|
static QualysPlatform |
getPlatform(String keyword) |
String |
getPlatformName() |
static List<String> |
getPlatforms() |
String |
getUrl() |
static QualysPlatform |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QualysPlatform[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QualysPlatform US_1
public static final QualysPlatform US_2
public static final QualysPlatform EU
public static QualysPlatform[] values()
for (QualysPlatform c : QualysPlatform.values()) System.out.println(c);
public static QualysPlatform valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getPlatformName()
public String getUrl()
public static QualysPlatform getPlatform(String keyword)
Copyright © 2018 Denim Group, Ltd.; Secure Decisions, A Division of Applied Visions, Inc.. All rights reserved.