public static enum ElasticInstanceStartedAnalyticsEvent.OsType extends Enum<ElasticInstanceStartedAnalyticsEvent.OsType>
Enum Constant and Description |
---|
AMAZON_LINUX |
OTHER |
UBUNTU |
WINDOWS |
Modifier and Type | Method and Description |
---|---|
static @NotNull ElasticInstanceStartedAnalyticsEvent.OsType |
fromString(String os) |
String |
getOs() |
static ElasticInstanceStartedAnalyticsEvent.OsType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ElasticInstanceStartedAnalyticsEvent.OsType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ElasticInstanceStartedAnalyticsEvent.OsType WINDOWS
public static final ElasticInstanceStartedAnalyticsEvent.OsType UBUNTU
public static final ElasticInstanceStartedAnalyticsEvent.OsType AMAZON_LINUX
public static final ElasticInstanceStartedAnalyticsEvent.OsType OTHER
public static ElasticInstanceStartedAnalyticsEvent.OsType[] values()
for (ElasticInstanceStartedAnalyticsEvent.OsType c : ElasticInstanceStartedAnalyticsEvent.OsType.values()) System.out.println(c);
public static ElasticInstanceStartedAnalyticsEvent.OsType 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 getOs()
@NotNull public static @NotNull ElasticInstanceStartedAnalyticsEvent.OsType fromString(String os)
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.