Class EnvironmentEnum
java.lang.Object
com.google.genai.gaos.models.interactions.EnvironmentEnum
EnvironmentEnum
The environment being operated.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final EnvironmentEnumstatic final EnvironmentEnumstatic final EnvironmentEnum -
Method Summary
Modifier and TypeMethodDescriptionasEnum()booleaninthashCode()booleanisKnown()static EnvironmentEnumReturns a EnvironmentEnum with the given value.toString()value()static EnvironmentEnum[]values()
-
Field Details
-
BROWSER
-
MOBILE
-
DESKTOP
-
-
Method Details
-
of
Returns a EnvironmentEnum with the given value. For a specific value the returned object will always be a singleton so reference equality is satisfied when the values are the same.- Parameters:
value- value to be wrapped as EnvironmentEnum
-
value
-
asEnum
-
isKnown
public boolean isKnown() -
hashCode
public int hashCode() -
equals
-
toString
-
values
-