@Generated(value="org.immutables.processor.ProxyProcessor") public final class UpdateDomainResponse extends Domain
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateDomainResponse.Builder
Builds instances of type
UpdateDomainResponse. |
| Modifier and Type | Method and Description |
|---|---|
static UpdateDomainResponse.Builder |
builder()
Creates a builder for
UpdateDomainResponse. |
boolean |
equals(Object another)
This instance is equal to all instances of
UpdateDomainResponse that have equal attribute values. |
String |
getCreatedAt()
When the resource was created
|
String |
getId()
The resource's id
|
Map<String,Link> |
getLinks()
Links to related resources and actions for the resource
|
Metadata |
getMetadata()
Metadata applied to the domain.
|
String |
getName()
The name of the domain.
|
DomainRelationships |
getRelationships()
Relationships of the domain.
|
RouterGroup |
getRouterGroup()
Router group information
|
List<Protocol> |
getSupportedProtocols()
Available protocols for routes using the domain
|
String |
getUpdatedAt()
When the resource was last updated
|
int |
hashCode()
Computes a hash code from attributes:
createdAt, id, links, updatedAt, metadata, name, relationships, routerGroup, supportedProtocols, isInternal. |
boolean |
isInternal()
Whether the domain is used for internal (container-to-container) traffic.
|
String |
toString()
Prints the immutable value
UpdateDomainResponse with attribute values. |
public String getCreatedAt()
getCreatedAt in class Resourcepublic String getUpdatedAt()
getUpdatedAt in class Resourcepublic Metadata getMetadata()
getMetadata in class Domainpublic String getName()
public DomainRelationships getRelationships()
getRelationships in class Domainpublic RouterGroup getRouterGroup()
getRouterGroup in class Domainpublic List<Protocol> getSupportedProtocols()
getSupportedProtocols in class Domainpublic boolean isInternal()
isInternal in class Domainpublic boolean equals(Object another)
UpdateDomainResponse that have equal attribute values.public int hashCode()
createdAt, id, links, updatedAt, metadata, name, relationships, routerGroup, supportedProtocols, isInternal.public String toString()
UpdateDomainResponse with attribute values.public static UpdateDomainResponse.Builder builder()
UpdateDomainResponse.
UpdateDomainResponse.builder()
.createdAt(String) // required createdAt
.id(String) // required id
.link|putAllLinks(String => Link) // links mappings
.updatedAt(String | null) // nullable updatedAt
.metadata(org.cloudfoundry.client.v3.Metadata | null) // nullable metadata
.name(String) // required name
.relationships(org.cloudfoundry.client.v3.domains.DomainRelationships) // required relationships
.routerGroup(org.cloudfoundry.client.v3.domains.RouterGroup | null) // nullable routerGroup
.supportedProtocols(List<org.cloudfoundry.client.v3.routes.Protocol> | null) // nullable supportedProtocols
.isInternal(boolean) // required isInternal
.build();
Copyright © 2020. All rights reserved.