@Generated(value="org.immutables.processor.ProxyProcessor") public final class CreateBuildpackRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateBuildpackRequest.Builder
Builds instances of type
CreateBuildpackRequest. |
| Modifier and Type | Method and Description |
|---|---|
static CreateBuildpackRequest.Builder |
builder()
Creates a builder for
CreateBuildpackRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
CreateBuildpackRequest that have equal attribute values. |
Boolean |
getEnabled()
The enabled flag
|
String |
getFilename()
The filename
|
Boolean |
getLocked()
The locked flag
|
String |
getName()
The name
|
Integer |
getPosition()
The position
|
int |
hashCode()
Computes a hash code from attributes:
enabled, filename, locked, name, position. |
String |
toString()
Prints the immutable value
CreateBuildpackRequest with attribute values. |
public Boolean getEnabled()
public String getFilename()
public Boolean getLocked()
public String getName()
public Integer getPosition()
public boolean equals(Object another)
CreateBuildpackRequest that have equal attribute values.public int hashCode()
enabled, filename, locked, name, position.public String toString()
CreateBuildpackRequest with attribute values.public static CreateBuildpackRequest.Builder builder()
CreateBuildpackRequest.
CreateBuildpackRequest.builder()
.enabled(Boolean | null) // nullable enabled
.filename(String | null) // nullable filename
.locked(Boolean | null) // nullable locked
.name(String) // required name
.position(Integer | null) // nullable position
.build();
Copyright © 2020. All rights reserved.