@Generated(value={"Immutables.generator","_ServiceKey"}) public final class ServiceKey extends Object
_ServiceKey
.
Use the builder to create immutable instances:
ServiceKey.builder()
.
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 © 2016 Pivotal Software, Inc.. All rights reserved.