public class GetIdpAuthenticationStateResult
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Class and Description |
---|---|
static class |
GetIdpAuthenticationStateResult.Builder |
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
Constructor and Description |
---|
GetIdpAuthenticationStateResult() |
GetIdpAuthenticationStateResult(java.lang.Boolean enabled) |
Modifier and Type | Method and Description |
---|---|
GetIdpAuthenticationStateResult.Builder |
asBuilder() |
static GetIdpAuthenticationStateResult.Builder |
builder() |
boolean |
equals(java.lang.Object o) |
java.lang.Boolean |
getEnabled()
Whether third party Identity Provider Authentication is enabled.
|
int |
hashCode() |
void |
setEnabled(java.lang.Boolean enabled) |
java.util.Map<java.lang.String,java.lang.Object> |
toMap() |
java.lang.String |
toString() |
public static final long serialVersionUID
public java.lang.Boolean getEnabled()
public void setEnabled(java.lang.Boolean enabled)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.util.Map<java.lang.String,java.lang.Object> toMap()
public java.lang.String toString()
toString
in class java.lang.Object
public static GetIdpAuthenticationStateResult.Builder builder()
public final GetIdpAuthenticationStateResult.Builder asBuilder()