@Generated(value={"Immutables.generator","_GetIdentityProviderResponse"}) public final class GetIdentityProviderResponse extends Object
Modifier and Type | Class and Description |
---|---|
static class |
GetIdentityProviderResponse.Builder
Builds instances of type
GetIdentityProviderResponse . |
Modifier and Type | Method and Description |
---|---|
static GetIdentityProviderResponse.Builder |
builder()
Creates a builder for
GetIdentityProviderResponse . |
boolean |
equals(Object another)
This instance is equal to all instances of
GetIdentityProviderResponse 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
GetIdentityProviderResponse 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)
GetIdentityProviderResponse
that have equal attribute values.public int hashCode()
active
, configuration
, createdAt
, id
, identityZoneId
, lastModified
, name
, originKey
, type
, version
.public String toString()
GetIdentityProviderResponse
with attribute values.public static GetIdentityProviderResponse.Builder builder()
GetIdentityProviderResponse
.Copyright © 2018 Pivotal Software, Inc.. All rights reserved.