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