@Generated(value="org.immutables.processor.ProxyProcessor") public final class GetIdentityZoneResponse extends AbstractIdentityZone
| Modifier and Type | Class and Description |
|---|---|
static class |
GetIdentityZoneResponse.Builder
Builds instances of type
GetIdentityZoneResponse. |
| Modifier and Type | Method and Description |
|---|---|
static GetIdentityZoneResponse.Builder |
builder()
Creates a builder for
GetIdentityZoneResponse. |
boolean |
equals(Object another)
This instance is equal to all instances of
GetIdentityZoneResponse that have equal attribute values. |
Boolean |
getActive()
Whether the identity zone is active
|
IdentityZoneConfiguration |
getConfiguration()
The configuration
|
Long |
getCreatedAt()
The creation date of the identity zone
|
String |
getDescription()
The description of the identity zone
|
String |
getId()
The id of the identity zone
|
Long |
getLastModified()
The last modification date of the identity zone
|
String |
getName()
The name of the identity zone
|
String |
getSubdomain()
The unique sub domain.
|
Integer |
getVersion()
The version of the identity zone.
|
int |
hashCode()
Computes a hash code from attributes:
active, configuration, createdAt, description, id, lastModified, name, subdomain, version. |
String |
toString()
Prints the immutable value
GetIdentityZoneResponse with attribute values. |
public Boolean getActive()
public IdentityZoneConfiguration getConfiguration()
public Long getCreatedAt()
public String getDescription()
public String getId()
public Long getLastModified()
public String getName()
public String getSubdomain()
public Integer getVersion()
public boolean equals(Object another)
GetIdentityZoneResponse that have equal attribute values.public int hashCode()
active, configuration, createdAt, description, id, lastModified, name, subdomain, version.public String toString()
GetIdentityZoneResponse with attribute values.public static GetIdentityZoneResponse.Builder builder()
GetIdentityZoneResponse.
GetIdentityZoneResponse.builder()
.active(Boolean | null) // nullable active
.configuration(org.cloudfoundry.uaa.identityzones.IdentityZoneConfiguration | null) // nullable configuration
.createdAt(Long) // required createdAt
.description(String | null) // nullable description
.id(String) // required id
.lastModified(Long) // required lastModified
.name(String) // required name
.subdomain(String) // required subdomain
.version(Integer | null) // nullable version
.build();
Copyright © 2020. All rights reserved.