@Generated(value="org.immutables.processor.ProxyProcessor") public final class CreateRouteMappingRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateRouteMappingRequest.Builder
Builds instances of type
CreateRouteMappingRequest. |
| Modifier and Type | Method and Description |
|---|---|
static CreateRouteMappingRequest.Builder |
builder()
Creates a builder for
CreateRouteMappingRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
CreateRouteMappingRequest that have equal attribute values. |
String |
getApplicationId()
The application id
|
Integer |
getApplicationPort()
The application port on which the application should listen, and to which requests for the mapped route will be routed.
|
String |
getRouteId()
The route id
|
int |
hashCode()
Computes a hash code from attributes:
applicationId, applicationPort, routeId. |
String |
toString()
Prints the immutable value
CreateRouteMappingRequest with attribute values. |
public String getApplicationId()
public Integer getApplicationPort()
public String getRouteId()
public boolean equals(Object another)
CreateRouteMappingRequest that have equal attribute values.public int hashCode()
applicationId, applicationPort, routeId.public String toString()
CreateRouteMappingRequest with attribute values.public static CreateRouteMappingRequest.Builder builder()
CreateRouteMappingRequest.
CreateRouteMappingRequest.builder()
.applicationId(String) // required applicationId
.applicationPort(Integer | null) // nullable applicationPort
.routeId(String) // required routeId
.build();
Copyright © 2020. All rights reserved.