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