@Generated(value="org.immutables.processor.ProxyProcessor") public final class ImmutableRawInstancesInfo extends RawInstancesInfo
RawInstancesInfo.
Use the builder to create immutable instances:
ImmutableRawInstancesInfo.builder().
Use the static factory method to create immutable instances:
ImmutableRawInstancesInfo.of().
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableRawInstancesInfo.Builder
Builds instances of type
ImmutableRawInstancesInfo. |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableRawInstancesInfo.Builder |
builder()
Creates a builder for
ImmutableRawInstancesInfo. |
static ImmutableRawInstancesInfo |
copyOf(RawInstancesInfo instance)
Creates an immutable copy of a
RawInstancesInfo value. |
boolean |
equals(Object another)
This instance is equal to all instances of
ImmutableRawInstancesInfo that have equal attribute values. |
org.cloudfoundry.client.v2.applications.ApplicationInstancesResponse |
getInstancesResponse() |
int |
hashCode()
Computes a hash code from attributes:
instancesResponse. |
static ImmutableRawInstancesInfo |
of(org.cloudfoundry.client.v2.applications.ApplicationInstancesResponse instancesResponse)
Construct a new immutable
RawInstancesInfo instance. |
String |
toString()
Prints the immutable value
RawInstancesInfo with attribute values. |
ImmutableRawInstancesInfo |
withInstancesResponse(org.cloudfoundry.client.v2.applications.ApplicationInstancesResponse value)
Copy the current immutable object by setting a value for the
instancesResponse attribute. |
derivederive, deriveFromNullable, parseDate, parseEnum, parseGuid, parseNullableDate, parseNullableGuid, parseResourceMetadata, parseResourceMetadatapublic org.cloudfoundry.client.v2.applications.ApplicationInstancesResponse getInstancesResponse()
getInstancesResponse in class RawInstancesInfoinstancesResponse attributepublic final ImmutableRawInstancesInfo withInstancesResponse(org.cloudfoundry.client.v2.applications.ApplicationInstancesResponse value)
instancesResponse attribute.
A shallow reference equality check is used to prevent copying of the same value by returning this.value - A new value for instancesResponsethis objectpublic boolean equals(Object another)
ImmutableRawInstancesInfo that have equal attribute values.public int hashCode()
instancesResponse.public String toString()
RawInstancesInfo with attribute values.public static ImmutableRawInstancesInfo of(org.cloudfoundry.client.v2.applications.ApplicationInstancesResponse instancesResponse)
RawInstancesInfo instance.instancesResponse - The value for the instancesResponse attributepublic static ImmutableRawInstancesInfo copyOf(RawInstancesInfo instance)
RawInstancesInfo value.
Uses accessors to get values to initialize the new immutable instance.
If an instance is already immutable, it is returned as is.instance - The instance to copypublic static ImmutableRawInstancesInfo.Builder builder()
ImmutableRawInstancesInfo.
ImmutableRawInstancesInfo.builder()
.instancesResponse(org.cloudfoundry.client.v2.applications.ApplicationInstancesResponse) // required instancesResponse
.build();
Copyright © 2020 SAP SE. All rights reserved.