@Generated(value={"Immutables.generator","_RenameApplicationRequest"}) public final class RenameApplicationRequest extends Object
_RenameApplicationRequest
.
Use the builder to create immutable instances:
RenameApplicationRequest.builder()
.
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 © 2016 Pivotal Software, Inc.. All rights reserved.