@Generated(value="org.immutables.processor.ProxyProcessor") public final class Features extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Features.Builder
Builds instances of type
Features. |
| Modifier and Type | Method and Description |
|---|---|
static Features.Builder |
builder()
Creates a builder for
Features. |
boolean |
equals(Object another)
This instance is equal to all instances of
Features that have equal attribute values. |
Boolean |
getBindable()
Whether service instances of the service can be bound to applications
|
Boolean |
getPlanUpdateable()
Whether the service plan supports upgrade/downgrade for service plans
|
int |
hashCode()
Computes a hash code from attributes:
bindable, planUpdateable. |
String |
toString()
Prints the immutable value
Features with attribute values. |
public Boolean getBindable()
public Boolean getPlanUpdateable()
public boolean equals(Object another)
Features that have equal attribute values.public int hashCode()
bindable, planUpdateable.public String toString()
Features with attribute values.public static Features.Builder builder()
Features.
Features.builder()
.bindable(Boolean) // required bindable
.planUpdateable(Boolean) // required planUpdateable
.build();
Copyright © 2020. All rights reserved.