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