@Generated(value="org.immutables.processor.ProxyProcessor") public final class UnionServiceInstanceEntity extends BaseServiceInstanceEntity
| Modifier and Type | Class and Description |
|---|---|
static class |
UnionServiceInstanceEntity.Builder
Builds instances of type
UnionServiceInstanceEntity. |
| Modifier and Type | Method and Description |
|---|---|
static UnionServiceInstanceEntity.Builder |
builder()
Creates a builder for
UnionServiceInstanceEntity. |
boolean |
equals(Object another)
This instance is equal to all instances of
UnionServiceInstanceEntity that have equal attribute values. |
Map<String,Object> |
getCredentials()
The credentials
|
String |
getDashboardUrl()
The dashboard url
|
GatewayData |
getGatewayData()
Deprecated.
|
LastOperation |
getLastOperation()
The last operation
|
MaintenanceInfo |
getMaintenanceInfo()
The maintenance info
|
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 |
getServiceId()
The service id
|
String |
getServiceInstanceParametersUrl()
The service instance parameters url
|
String |
getServiceKeysUrl()
The service keys url
|
String |
getServicePlanId()
The service plan id
|
String |
getServicePlanUrl()
The service plan url
|
String |
getServiceUrl()
The service url
|
String |
getSharedFromUrl()
The shared from url
|
String |
getSharedToUrl()
The shared to url
|
String |
getSpaceId()
The space id
|
String |
getSpaceUrl()
The space url
|
String |
getSyslogDrainUrl()
The url for the syslog_drain to direct to
|
List<String> |
getTags()
A list of tags for the service instance
|
String |
getType()
The type
|
int |
hashCode()
Computes a hash code from attributes:
credentials, name, routesUrl, serviceBindingsUrl, sharedFromUrl, sharedToUrl, spaceId, spaceUrl, tags, type, dashboardUrl, gatewayData, lastOperation, maintenanceInfo, routeServiceUrl, serviceId, serviceInstanceParametersUrl, serviceKeysUrl, servicePlanId, servicePlanUrl, serviceUrl, syslogDrainUrl. |
String |
toString()
Prints the immutable value
UnionServiceInstanceEntity with attribute values. |
public Map<String,Object> getCredentials()
getCredentials in class BaseServiceInstanceEntitypublic String getName()
getName in class BaseServiceInstanceEntitypublic String getRoutesUrl()
getRoutesUrl in class BaseServiceInstanceEntitypublic String getServiceBindingsUrl()
getServiceBindingsUrl in class BaseServiceInstanceEntitypublic String getSharedFromUrl()
getSharedFromUrl in class BaseServiceInstanceEntitypublic String getSharedToUrl()
getSharedToUrl in class BaseServiceInstanceEntitypublic String getSpaceId()
getSpaceId in class BaseServiceInstanceEntitypublic String getSpaceUrl()
getSpaceUrl in class BaseServiceInstanceEntitypublic List<String> getTags()
getTags in class BaseServiceInstanceEntitypublic String getType()
getType in class BaseServiceInstanceEntitypublic String getDashboardUrl()
@Deprecated public GatewayData getGatewayData()
public LastOperation getLastOperation()
public MaintenanceInfo getMaintenanceInfo()
public String getRouteServiceUrl()
public String getServiceId()
public String getServiceInstanceParametersUrl()
public String getServiceKeysUrl()
public String getServicePlanId()
public String getServicePlanUrl()
public String getServiceUrl()
public String getSyslogDrainUrl()
public boolean equals(Object another)
UnionServiceInstanceEntity that have equal attribute values.public int hashCode()
credentials, name, routesUrl, serviceBindingsUrl, sharedFromUrl, sharedToUrl, spaceId, spaceUrl, tags, type, dashboardUrl, gatewayData, lastOperation, maintenanceInfo, routeServiceUrl, serviceId, serviceInstanceParametersUrl, serviceKeysUrl, servicePlanId, servicePlanUrl, serviceUrl, syslogDrainUrl.public String toString()
UnionServiceInstanceEntity with attribute values.public static UnionServiceInstanceEntity.Builder builder()
UnionServiceInstanceEntity.
UnionServiceInstanceEntity.builder()
.credentials(Map<String, Object> | null) // nullable credentials
.name(String | null) // nullable name
.routesUrl(String | null) // nullable routesUrl
.serviceBindingsUrl(String | null) // nullable serviceBindingsUrl
.sharedFromUrl(String | null) // nullable sharedFromUrl
.sharedToUrl(String | null) // nullable sharedToUrl
.spaceId(String | null) // nullable spaceId
.spaceUrl(String | null) // nullable spaceUrl
.tags(List<String> | null) // nullable tags
.type(String | null) // nullable type
.dashboardUrl(String | null) // nullable dashboardUrl
.gatewayData(org.cloudfoundry.client.v2.serviceinstances.GatewayData | null) // nullable gatewayData
.lastOperation(org.cloudfoundry.client.v2.serviceinstances.LastOperation | null) // nullable lastOperation
.maintenanceInfo(org.cloudfoundry.client.v2.MaintenanceInfo | null) // nullable maintenanceInfo
.routeServiceUrl(String | null) // nullable routeServiceUrl
.serviceId(String | null) // nullable serviceId
.serviceInstanceParametersUrl(String | null) // nullable serviceInstanceParametersUrl
.serviceKeysUrl(String | null) // nullable serviceKeysUrl
.servicePlanId(String | null) // nullable servicePlanId
.servicePlanUrl(String | null) // nullable servicePlanUrl
.serviceUrl(String | null) // nullable serviceUrl
.syslogDrainUrl(String | null) // nullable syslogDrainUrl
.build();
Copyright © 2020. All rights reserved.