@Generated(value="org.immutables.processor.ProxyProcessor") 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
|
LastOperation |
getLastOperation()
The last operation
|
String |
getName()
The service binding name
|
String |
getServiceBindingParametersUrl()
The service binding parameters url
|
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, lastOperation, name, serviceBindingParametersUrl, 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 LastOperation getLastOperation()
public String getName()
public String getServiceBindingParametersUrl()
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, lastOperation, name, serviceBindingParametersUrl, serviceInstanceId, serviceInstanceUrl, syslogDrainUrl, volumeMounts.public String toString()
ServiceBindingEntity with attribute values.public static ServiceBindingEntity.Builder builder()
ServiceBindingEntity.
ServiceBindingEntity.builder()
.applicationId(String | null) // nullable applicationId
.applicationUrl(String | null) // nullable applicationUrl
.bindingOptions(Map<String, Object> | null) // nullable bindingOptions
.credentials(Map<String, Object> | null) // nullable credentials
.gatewayData(org.cloudfoundry.client.v2.serviceinstances.GatewayData | null) // nullable gatewayData
.gatewayName(String | null) // nullable gatewayName
.lastOperation(org.cloudfoundry.client.v2.servicebindings.LastOperation | null) // nullable lastOperation
.name(String | null) // nullable name
.serviceBindingParametersUrl(String | null) // nullable serviceBindingParametersUrl
.serviceInstanceId(String | null) // nullable serviceInstanceId
.serviceInstanceUrl(String | null) // nullable serviceInstanceUrl
.syslogDrainUrl(String | null) // nullable syslogDrainUrl
.volumeMounts(List<VolumeMounts> | null) // nullable volumeMounts
.build();
Copyright © 2020. All rights reserved.