public static enum TelemetryService.TELEMETRY_SERVER_DEPLOYMENT extends Enum<TelemetryService.TELEMETRY_SERVER_DEPLOYMENT>
Modifier and Type | Method and Description |
---|---|
String |
getApiKey() |
String |
getName() |
String |
getURL() |
void |
setURL(String url) |
static TelemetryService.TELEMETRY_SERVER_DEPLOYMENT |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TelemetryService.TELEMETRY_SERVER_DEPLOYMENT[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TelemetryService.TELEMETRY_SERVER_DEPLOYMENT DEV
public static final TelemetryService.TELEMETRY_SERVER_DEPLOYMENT REG
public static final TelemetryService.TELEMETRY_SERVER_DEPLOYMENT QA1
public static final TelemetryService.TELEMETRY_SERVER_DEPLOYMENT PREPROD3
public static final TelemetryService.TELEMETRY_SERVER_DEPLOYMENT PROD
public static TelemetryService.TELEMETRY_SERVER_DEPLOYMENT[] values()
for (TelemetryService.TELEMETRY_SERVER_DEPLOYMENT c : TelemetryService.TELEMETRY_SERVER_DEPLOYMENT.values()) System.out.println(c);
public static TelemetryService.TELEMETRY_SERVER_DEPLOYMENT 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 getURL()
public String getName()
public String getApiKey()
public void setURL(String url)
Copyright © 2022. All rights reserved.