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