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