@Generated(value={"Immutables.generator","_UserProvidedServiceInstanceEntity"}) public final class UserProvidedServiceInstanceEntity extends BaseServiceInstanceEntity
Modifier and Type | Class and Description |
---|---|
static class |
UserProvidedServiceInstanceEntity.Builder
Builds instances of type
UserProvidedServiceInstanceEntity . |
Modifier and Type | Method and Description |
---|---|
static UserProvidedServiceInstanceEntity.Builder |
builder()
Creates a builder for
UserProvidedServiceInstanceEntity . |
boolean |
equals(Object another)
This instance is equal to all instances of
UserProvidedServiceInstanceEntity that have equal attribute values. |
Map<String,Object> |
getCredentials()
The credentials
|
String |
getName()
The name
|
String |
getRouteServiceUrl()
URL to which requests for bound routes will be forwarded
|
String |
getRoutesUrl()
The routes url
|
String |
getServiceBindingsUrl()
The service bindings url
|
String |
getSpaceId()
The space id
|
String |
getSpaceUrl()
The space url
|
String |
getSyslogDrainUrl()
The url for the syslog_drain to direct to
|
String |
getType()
The type
|
int |
hashCode()
Computes a hash code from attributes:
routeServiceUrl , syslogDrainUrl , credentials , name , routesUrl , serviceBindingsUrl , spaceId , spaceUrl , type . |
String |
toString()
Prints the immutable value
UserProvidedServiceInstanceEntity with attribute values. |
public String getRouteServiceUrl()
public String getSyslogDrainUrl()
public Map<String,Object> getCredentials()
getCredentials
in class BaseServiceInstanceEntity
public String getName()
getName
in class BaseServiceInstanceEntity
public String getRoutesUrl()
getRoutesUrl
in class BaseServiceInstanceEntity
public String getServiceBindingsUrl()
getServiceBindingsUrl
in class BaseServiceInstanceEntity
public String getSpaceId()
getSpaceId
in class BaseServiceInstanceEntity
public String getSpaceUrl()
getSpaceUrl
in class BaseServiceInstanceEntity
public String getType()
getType
in class BaseServiceInstanceEntity
public boolean equals(Object another)
UserProvidedServiceInstanceEntity
that have equal attribute values.public int hashCode()
routeServiceUrl
, syslogDrainUrl
, credentials
, name
, routesUrl
, serviceBindingsUrl
, spaceId
, spaceUrl
, type
.public String toString()
UserProvidedServiceInstanceEntity
with attribute values.public static UserProvidedServiceInstanceEntity.Builder builder()
UserProvidedServiceInstanceEntity
.Copyright © 2018 Pivotal Software, Inc.. All rights reserved.