@Generated(value="org.immutables.processor.ProxyProcessor") public final class ServiceKey extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ServiceKey.Builder
Builds instances of type
ServiceKey. |
| Modifier and Type | Method and Description |
|---|---|
static ServiceKey.Builder |
builder()
Creates a builder for
ServiceKey. |
boolean |
equals(Object another)
This instance is equal to all instances of
ServiceKey that have equal attribute values. |
Map<String,Object> |
getCredentials()
The credentials
|
String |
getId()
The service key id
|
String |
getName()
Service key name
|
int |
hashCode()
Computes a hash code from attributes:
credentials, id, name. |
String |
toString()
Prints the immutable value
ServiceKey with attribute values. |
public String getId()
public String getName()
public boolean equals(Object another)
ServiceKey that have equal attribute values.public int hashCode()
credentials, id, name.public String toString()
ServiceKey with attribute values.public static ServiceKey.Builder builder()
ServiceKey.Copyright © 2018. All rights reserved.