@Generated(value="org.immutables.processor.ProxyProcessor") public final class RenameApplicationRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RenameApplicationRequest.Builder
Builds instances of type
RenameApplicationRequest. |
| Modifier and Type | Method and Description |
|---|---|
static RenameApplicationRequest.Builder |
builder()
Creates a builder for
RenameApplicationRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
RenameApplicationRequest that have equal attribute values. |
String |
getName()
The name of the application
|
String |
getNewName()
The new name of the application
|
int |
hashCode()
Computes a hash code from attributes:
name, newName. |
String |
toString()
Prints the immutable value
RenameApplicationRequest with attribute values. |
public String getName()
public String getNewName()
public boolean equals(Object another)
RenameApplicationRequest that have equal attribute values.public int hashCode()
name, newName.public String toString()
RenameApplicationRequest with attribute values.public static RenameApplicationRequest.Builder builder()
RenameApplicationRequest.Copyright © 2018. All rights reserved.