@Generated(value="org.immutables.processor.ProxyProcessor") public final class CreateUserProvidedServiceInstanceRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateUserProvidedServiceInstanceRequest.Builder
Builds instances of type
CreateUserProvidedServiceInstanceRequest. |
| Modifier and Type | Method and Description |
|---|---|
static CreateUserProvidedServiceInstanceRequest.Builder |
builder()
Creates a builder for
CreateUserProvidedServiceInstanceRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
CreateUserProvidedServiceInstanceRequest that have equal attribute values. |
Map<String,Object> |
getCredentials()
The credentials of the user provided service instance
|
String |
getName()
The name of the user provided service instance to create
|
String |
getRouteServiceUrl()
URL to which requests for bound routes will be forwarded
|
String |
getSyslogDrainUrl()
The url for the Syslog Drain Url
|
int |
hashCode()
Computes a hash code from attributes:
credentials, name, routeServiceUrl, syslogDrainUrl. |
String |
toString()
Prints the immutable value
CreateUserProvidedServiceInstanceRequest with attribute values. |
public Map<String,Object> getCredentials()
public String getName()
public String getRouteServiceUrl()
public String getSyslogDrainUrl()
public boolean equals(Object another)
CreateUserProvidedServiceInstanceRequest that have equal attribute values.public int hashCode()
credentials, name, routeServiceUrl, syslogDrainUrl.public String toString()
CreateUserProvidedServiceInstanceRequest with attribute values.public static CreateUserProvidedServiceInstanceRequest.Builder builder()
CreateUserProvidedServiceInstanceRequest.Copyright © 2018. All rights reserved.