@Generated(value="org.immutables.processor.ProxyProcessor") public final class ImmutableRawCloudPrivateDomain extends RawCloudPrivateDomain
RawCloudPrivateDomain.
Use the builder to create immutable instances:
ImmutableRawCloudPrivateDomain.builder().
Use the static factory method to create immutable instances:
ImmutableRawCloudPrivateDomain.of().
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableRawCloudPrivateDomain.Builder
Builds instances of type
ImmutableRawCloudPrivateDomain. |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableRawCloudPrivateDomain.Builder |
builder()
Creates a builder for
ImmutableRawCloudPrivateDomain. |
static ImmutableRawCloudPrivateDomain |
copyOf(RawCloudPrivateDomain instance)
Creates an immutable copy of a
RawCloudPrivateDomain value. |
boolean |
equals(Object another)
This instance is equal to all instances of
ImmutableRawCloudPrivateDomain that have equal attribute values. |
org.cloudfoundry.client.v2.Resource<org.cloudfoundry.client.v2.privatedomains.PrivateDomainEntity> |
getResource() |
int |
hashCode()
Computes a hash code from attributes:
resource. |
static ImmutableRawCloudPrivateDomain |
of(org.cloudfoundry.client.v2.Resource<org.cloudfoundry.client.v2.privatedomains.PrivateDomainEntity> resource)
Construct a new immutable
RawCloudPrivateDomain instance. |
String |
toString()
Prints the immutable value
RawCloudPrivateDomain with attribute values. |
ImmutableRawCloudPrivateDomain |
withResource(org.cloudfoundry.client.v2.Resource<org.cloudfoundry.client.v2.privatedomains.PrivateDomainEntity> value)
Copy the current immutable object by setting a value for the
resource attribute. |
derivederive, deriveFromNullable, parseDate, parseEnum, parseGuid, parseNullableDate, parseNullableGuid, parseResourceMetadata, parseResourceMetadatapublic org.cloudfoundry.client.v2.Resource<org.cloudfoundry.client.v2.privatedomains.PrivateDomainEntity> getResource()
getResource in class RawCloudPrivateDomainresource attributepublic final ImmutableRawCloudPrivateDomain withResource(org.cloudfoundry.client.v2.Resource<org.cloudfoundry.client.v2.privatedomains.PrivateDomainEntity> value)
resource attribute.
A shallow reference equality check is used to prevent copying of the same value by returning this.value - A new value for resourcethis objectpublic boolean equals(Object another)
ImmutableRawCloudPrivateDomain that have equal attribute values.public int hashCode()
resource.public String toString()
RawCloudPrivateDomain with attribute values.public static ImmutableRawCloudPrivateDomain of(org.cloudfoundry.client.v2.Resource<org.cloudfoundry.client.v2.privatedomains.PrivateDomainEntity> resource)
RawCloudPrivateDomain instance.resource - The value for the resource attributepublic static ImmutableRawCloudPrivateDomain copyOf(RawCloudPrivateDomain instance)
RawCloudPrivateDomain 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 ImmutableRawCloudPrivateDomain.Builder builder()
ImmutableRawCloudPrivateDomain.
ImmutableRawCloudPrivateDomain.builder()
.resource(org.cloudfoundry.client.v2.Resource<org.cloudfoundry.client.v2.privatedomains.PrivateDomainEntity>) // required resource
.build();
Copyright © 2020 SAP SE. All rights reserved.