@Generated(value={"Immutables.generator","_CreateIdentityProviderResponse"}) public final class CreateIdentityProviderResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateIdentityProviderResponse.Builder
Builds instances of type
CreateIdentityProviderResponse. |
| Modifier and Type | Method and Description |
|---|---|
static CreateIdentityProviderResponse.Builder |
builder()
Creates a builder for
CreateIdentityProviderResponse. |
boolean |
equals(Object another)
This instance is equal to all instances of
CreateIdentityProviderResponse that have equal attribute values. |
Boolean |
getActive()
Whether the identity provider is active
|
IdentityProviderConfiguration |
getConfiguration()
The configuration of this identity provider
|
Long |
getCreatedAt()
The creation date of the identity provider
|
String |
getId()
The id
|
String |
getIdentityZoneId()
Set to the zone that this provider will be active in.
|
Long |
getLastModified()
The last modification date of the identity provider
|
String |
getName()
Human-readable name for this provider
|
String |
getOriginKey()
A unique alias for the provider
|
Type |
getType()
The type of identity provider
|
Integer |
getVersion()
Version of the identity provider data.
|
int |
hashCode()
Computes a hash code from attributes:
active, configuration, createdAt, id, identityZoneId, lastModified, name, originKey, type, version. |
String |
toString()
Prints the immutable value
CreateIdentityProviderResponse with attribute values. |
public Boolean getActive()
public IdentityProviderConfiguration getConfiguration()
public Long getCreatedAt()
public String getId()
public String getIdentityZoneId()
public Long getLastModified()
public String getName()
public String getOriginKey()
public Type getType()
public Integer getVersion()
public boolean equals(Object another)
CreateIdentityProviderResponse that have equal attribute values.public int hashCode()
active, configuration, createdAt, id, identityZoneId, lastModified, name, originKey, type, version.public String toString()
CreateIdentityProviderResponse with attribute values.public static CreateIdentityProviderResponse.Builder builder()
CreateIdentityProviderResponse.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.