@Generated(value="org.immutables.processor.ProxyProcessor") public final class GetServiceInstanceParametersResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GetServiceInstanceParametersResponse.Builder
Builds instances of type
GetServiceInstanceParametersResponse. |
| Modifier and Type | Method and Description |
|---|---|
static GetServiceInstanceParametersResponse.Builder |
builder()
Creates a builder for
GetServiceInstanceParametersResponse. |
boolean |
equals(Object another)
This instance is equal to all instances of
GetServiceInstanceParametersResponse that have equal attribute values. |
Map<String,Object> |
getParameters()
The service instance parameters
|
int |
hashCode()
Computes a hash code from attributes:
parameters. |
String |
toString()
Prints the immutable value
GetServiceInstanceParametersResponse with attribute values. |
public boolean equals(Object another)
GetServiceInstanceParametersResponse that have equal attribute values.public int hashCode()
parameters.public String toString()
GetServiceInstanceParametersResponse with attribute values.public static GetServiceInstanceParametersResponse.Builder builder()
GetServiceInstanceParametersResponse.
GetServiceInstanceParametersResponse.builder()
.parameter|putAllParameters(String => Object) // parameters mappings
.build();
Copyright © 2020. All rights reserved.