Package com.google.appengine.api.utils
Class SystemProperty.Environment
java.lang.Object
com.google.appengine.api.utils.SystemProperty
com.google.appengine.api.utils.SystemProperty.Environment
- Enclosing class:
SystemProperty
The current executing environment. Has the key,
"com.google.appengine.runtime.environment".
The set of values are specified by Value.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe set of possible values for Environment.Nested classes/interfaces inherited from class com.google.appengine.api.utils.SystemProperty
SystemProperty.Environment -
Field Summary
Fields inherited from class com.google.appengine.api.utils.SystemProperty
applicationId, applicationVersion, environment, instanceReplicaId, version -
Method Summary
Modifier and TypeMethodDescriptionvoidSets the Environment tovalue.@Nullable SystemProperty.Environment.Valuevalue()Returns the Value that the SystemProperty is set to.Methods inherited from class com.google.appengine.api.utils.SystemProperty
get, key, set
-
Method Details
-
value
Returns the Value that the SystemProperty is set to.- Returns:
- null if the Environment is not set, or is set to a value that
does not correspond to any predefined
Value.
-
set
Sets the Environment tovalue. Equivalent toset(value.value()).
-