@Generated(value="org.immutables.processor.ProxyProcessor") public final class UpdateApplicationFeatureResponse extends ApplicationFeature
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateApplicationFeatureResponse.Builder
Builds instances of type
UpdateApplicationFeatureResponse. |
| Modifier and Type | Method and Description |
|---|---|
static UpdateApplicationFeatureResponse.Builder |
builder()
Creates a builder for
UpdateApplicationFeatureResponse. |
boolean |
equals(Object another)
This instance is equal to all instances of
UpdateApplicationFeatureResponse that have equal attribute values. |
String |
getDescription()
The description of the application feature
|
Boolean |
getEnabled()
Denotes whether or not the application feature is enabled
|
String |
getName()
The name of the application feature
|
int |
hashCode()
Computes a hash code from attributes:
description, enabled, name. |
String |
toString()
Prints the immutable value
UpdateApplicationFeatureResponse with attribute values. |
public String getDescription()
getDescription in class ApplicationFeaturepublic Boolean getEnabled()
getEnabled in class ApplicationFeaturepublic String getName()
getName in class ApplicationFeaturepublic boolean equals(Object another)
UpdateApplicationFeatureResponse that have equal attribute values.public int hashCode()
description, enabled, name.public String toString()
UpdateApplicationFeatureResponse with attribute values.public static UpdateApplicationFeatureResponse.Builder builder()
UpdateApplicationFeatureResponse.
UpdateApplicationFeatureResponse.builder()
.description(String | null) // nullable description
.enabled(Boolean | null) // nullable enabled
.name(String | null) // nullable name
.build();
Copyright © 2020. All rights reserved.