public static class SystemProperty.Environment extends SystemProperty
"com.google.appengine.runtime.environment".
The set of values are specified by Value.| Modifier and Type | Class and Description |
|---|---|
static class |
SystemProperty.Environment.Value
The set of possible values for Environment.
|
SystemProperty.EnvironmentapplicationId, applicationVersion, environment, instanceReplicaId, version| Modifier and Type | Method and Description |
|---|---|
void |
set(SystemProperty.Environment.Value value)
Sets the Environment to
value. |
SystemProperty.Environment.Value |
value()
Returns the Value that the SystemProperty is set to.
|
get, key, setpublic SystemProperty.Environment.Value value()
Value.public void set(SystemProperty.Environment.Value value)
value. Equivalent to
set(value.value()).