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