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