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