@Generated(value={"Immutables.generator","_ServiceBindingEntity"}) public final class ServiceBindingEntity extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ServiceBindingEntity.Builder
Builds instances of type
ServiceBindingEntity . |
Modifier and Type | Method and Description |
---|---|
static ServiceBindingEntity.Builder |
builder()
Creates a builder for
ServiceBindingEntity . |
boolean |
equals(Object another)
This instance is equal to all instances of
ServiceBindingEntity that have equal attribute values. |
String |
getApplicationId()
The application id
|
String |
getApplicationUrl()
The application url
|
Map<String,Object> |
getBindingOptions()
The binding options
|
Map<String,Object> |
getCredentials()
The credentials
|
GatewayData |
getGatewayData()
Deprecated.
|
String |
getGatewayName()
The gateway name
|
String |
getServiceInstanceId()
The service instance id
|
String |
getServiceInstanceUrl()
The service instance url
|
String |
getSyslogDrainUrl()
The syslog drain url
|
List<VolumeMounts> |
getVolumeMounts()
The volume mounts
|
int |
hashCode()
Computes a hash code from attributes:
applicationId , applicationUrl , bindingOptions , credentials , gatewayData , gatewayName , serviceInstanceId , serviceInstanceUrl , syslogDrainUrl , volumeMounts . |
String |
toString()
Prints the immutable value
ServiceBindingEntity with attribute values. |
public String getApplicationId()
public String getApplicationUrl()
@Deprecated public GatewayData getGatewayData()
public String getGatewayName()
public String getServiceInstanceId()
public String getServiceInstanceUrl()
public String getSyslogDrainUrl()
public List<VolumeMounts> getVolumeMounts()
public boolean equals(Object another)
ServiceBindingEntity
that have equal attribute values.public int hashCode()
applicationId
, applicationUrl
, bindingOptions
, credentials
, gatewayData
, gatewayName
, serviceInstanceId
, serviceInstanceUrl
, syslogDrainUrl
, volumeMounts
.public String toString()
ServiceBindingEntity
with attribute values.public static ServiceBindingEntity.Builder builder()
ServiceBindingEntity
.Copyright © 2018 Pivotal Software, Inc.. All rights reserved.