@Generated(value="org.immutables.processor.ProxyProcessor") public final class GloballyEnabled extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GloballyEnabled.Builder
Builds instances of type
GloballyEnabled. |
| Modifier and Type | Method and Description |
|---|---|
static GloballyEnabled.Builder |
builder()
Creates a builder for
GloballyEnabled. |
boolean |
equals(Object another)
This instance is equal to all instances of
GloballyEnabled that have equal attribute values. |
Boolean |
getRunning()
Specifies whether the group should be applied globally to all running applications
|
Boolean |
getStaging()
Specifies whether the group should be applied globally to all staging applications
|
int |
hashCode()
Computes a hash code from attributes:
running, staging. |
String |
toString()
Prints the immutable value
GloballyEnabled with attribute values. |
public Boolean getRunning()
public Boolean getStaging()
public boolean equals(Object another)
GloballyEnabled that have equal attribute values.public int hashCode()
running, staging.public String toString()
GloballyEnabled with attribute values.public static GloballyEnabled.Builder builder()
GloballyEnabled.
GloballyEnabled.builder()
.running(Boolean | null) // nullable running
.staging(Boolean | null) // nullable staging
.build();
Copyright © 2024. All rights reserved.