@Generated(value="org.immutables.processor.ProxyProcessor") public final class SetApplicationCurrentDropletRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SetApplicationCurrentDropletRequest.Builder
Builds instances of type
SetApplicationCurrentDropletRequest. |
| Modifier and Type | Method and Description |
|---|---|
static SetApplicationCurrentDropletRequest.Builder |
builder()
Creates a builder for
SetApplicationCurrentDropletRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
SetApplicationCurrentDropletRequest that have equal attribute values. |
String |
getApplicationId()
The application id
|
Relationship |
getData()
The entitled organizations
|
int |
hashCode()
Computes a hash code from attributes:
applicationId, data. |
String |
toString()
Prints the immutable value
SetApplicationCurrentDropletRequest with attribute values. |
public String getApplicationId()
public Relationship getData()
public boolean equals(Object another)
SetApplicationCurrentDropletRequest that have equal attribute values.public int hashCode()
applicationId, data.public String toString()
SetApplicationCurrentDropletRequest with attribute values.public static SetApplicationCurrentDropletRequest.Builder builder()
SetApplicationCurrentDropletRequest.
SetApplicationCurrentDropletRequest.builder()
.applicationId(String) // required applicationId
.data(org.cloudfoundry.client.v3.Relationship) // required data
.build();
Copyright © 2020. All rights reserved.