@Generated(value="org.immutables.processor.ProxyProcessor") public final class GetFeatureFlagResponse extends AbstractFeatureFlag
| Modifier and Type | Class and Description |
|---|---|
static class |
GetFeatureFlagResponse.Builder
Builds instances of type
GetFeatureFlagResponse. |
| Modifier and Type | Method and Description |
|---|---|
static GetFeatureFlagResponse.Builder |
builder()
Creates a builder for
GetFeatureFlagResponse. |
boolean |
equals(Object another)
This instance is equal to all instances of
GetFeatureFlagResponse that have equal attribute values. |
Boolean |
getEnabled()
The state of the feature flag
|
String |
getErrorMessage()
The custom error message for the feature flag
|
String |
getName()
The name of the feature flag
|
String |
getUrl()
The url for the feature flag
|
int |
hashCode()
Computes a hash code from attributes:
enabled, errorMessage, name, url. |
String |
toString()
Prints the immutable value
GetFeatureFlagResponse with attribute values. |
public Boolean getEnabled()
public String getErrorMessage()
public String getName()
public String getUrl()
public boolean equals(Object another)
GetFeatureFlagResponse that have equal attribute values.public int hashCode()
enabled, errorMessage, name, url.public String toString()
GetFeatureFlagResponse with attribute values.public static GetFeatureFlagResponse.Builder builder()
GetFeatureFlagResponse.
GetFeatureFlagResponse.builder()
.enabled(Boolean | null) // nullable enabled
.errorMessage(String | null) // nullable errorMessage
.name(String | null) // nullable name
.url(String | null) // nullable url
.build();
Copyright © 2020. All rights reserved.