@Generated(value="org.immutables.processor.ProxyProcessor") public final class ServiceAccess extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ServiceAccess.Builder
Builds instances of type
ServiceAccess. |
| Modifier and Type | Method and Description |
|---|---|
static ServiceAccess.Builder |
builder()
Creates a builder for
ServiceAccess. |
boolean |
equals(Object another)
This instance is equal to all instances of
ServiceAccess that have equal attribute values. |
Access |
getAccess()
The access
|
String |
getBrokerName()
The broker name
|
List<String> |
getOrganizationNames()
The organizations
|
String |
getPlanName()
The plan name
|
String |
getServiceName()
The service name
|
int |
hashCode()
Computes a hash code from attributes:
access, brokerName, organizationNames, planName, serviceName. |
String |
toString()
Prints the immutable value
ServiceAccess with attribute values. |
public Access getAccess()
public String getBrokerName()
public String getPlanName()
public String getServiceName()
public boolean equals(Object another)
ServiceAccess that have equal attribute values.public int hashCode()
access, brokerName, organizationNames, planName, serviceName.public String toString()
ServiceAccess with attribute values.public static ServiceAccess.Builder builder()
ServiceAccess.Copyright © 2018. All rights reserved.