@Generated(value="org.immutables.processor.ProxyProcessor") public final class Services extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Services.Builder
Builds instances of type
Services. |
| Modifier and Type | Method and Description |
|---|---|
static Services.Builder |
builder()
Creates a builder for
Services. |
boolean |
equals(Object another)
This instance is equal to all instances of
Services that have equal attribute values. |
Integer |
getTotalServiceInstances()
Total number of service instances allowed
|
Integer |
getTotalServiceKeys()
Total number of service keys allowed
|
int |
hashCode()
Computes a hash code from attributes:
isPaidServicesAllowed, totalServiceInstances, totalServiceKeys. |
boolean |
isPaidServicesAllowed()
Specifies whether instances of paid service plans can be created
|
String |
toString()
Prints the immutable value
Services with attribute values. |
public boolean isPaidServicesAllowed()
public Integer getTotalServiceInstances()
public Integer getTotalServiceKeys()
public boolean equals(Object another)
Services that have equal attribute values.public int hashCode()
isPaidServicesAllowed, totalServiceInstances, totalServiceKeys.public String toString()
Services with attribute values.public static Services.Builder builder()
Services.
Services.builder()
.isPaidServicesAllowed(boolean) // required isPaidServicesAllowed
.totalServiceInstances(Integer | null) // nullable totalServiceInstances
.totalServiceKeys(Integer | null) // nullable totalServiceKeys
.build();
Copyright © 2026. All rights reserved.