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