@Generated(value="org.immutables.processor.ProxyProcessor") public final class SetFeatureFlagResponse extends AbstractFeatureFlag
| Modifier and Type | Class and Description |
|---|---|
static class |
SetFeatureFlagResponse.Builder
Builds instances of type
SetFeatureFlagResponse. |
| Modifier and Type | Method and Description |
|---|---|
static SetFeatureFlagResponse.Builder |
builder()
Creates a builder for
SetFeatureFlagResponse. |
boolean |
equals(Object another)
This instance is equal to all instances of
SetFeatureFlagResponse 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
SetFeatureFlagResponse with attribute values. |
public Boolean getEnabled()
public String getErrorMessage()
public String getName()
public String getUrl()
public boolean equals(Object another)
SetFeatureFlagResponse that have equal attribute values.public int hashCode()
enabled, errorMessage, name, url.public String toString()
SetFeatureFlagResponse with attribute values.public static SetFeatureFlagResponse.Builder builder()
SetFeatureFlagResponse.
SetFeatureFlagResponse.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.