@Generated(value={"Immutables.generator","_UpdateIdentityZoneRequest"}) public final class UpdateIdentityZoneRequest extends Object
Modifier and Type | Class and Description |
---|---|
static class |
UpdateIdentityZoneRequest.Builder
Builds instances of type
UpdateIdentityZoneRequest . |
Modifier and Type | Method and Description |
---|---|
static UpdateIdentityZoneRequest.Builder |
builder()
Creates a builder for
UpdateIdentityZoneRequest . |
boolean |
equals(Object another)
This instance is equal to all instances of
UpdateIdentityZoneRequest that have equal attribute values. |
IdentityZoneConfiguration |
getConfiguration()
The configuration
|
Long |
getCreatedAt()
The creation date of the identity zone
|
String |
getDescription()
The description of the identity zone
|
String |
getIdentityZoneId()
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 subdomain.
|
Integer |
getVersion()
The version of the identity zone
|
int |
hashCode()
Computes a hash code from attributes:
configuration , createdAt , description , identityZoneId , lastModified , name , subdomain , version . |
String |
toString()
Prints the immutable value
UpdateIdentityZoneRequest with attribute values. |
public IdentityZoneConfiguration getConfiguration()
public Long getCreatedAt()
public String getDescription()
public String getIdentityZoneId()
public Long getLastModified()
public String getName()
public String getSubdomain()
public Integer getVersion()
public boolean equals(Object another)
UpdateIdentityZoneRequest
that have equal attribute values.public int hashCode()
configuration
, createdAt
, description
, identityZoneId
, lastModified
, name
, subdomain
, version
.public String toString()
UpdateIdentityZoneRequest
with attribute values.public static UpdateIdentityZoneRequest.Builder builder()
UpdateIdentityZoneRequest
.Copyright © 2018 Pivotal Software, Inc.. All rights reserved.