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