@Generated(value="org.immutables.processor.ProxyProcessor") public final class MfaConfig extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MfaConfig.Builder
Builds instances of type
MfaConfig. |
| Modifier and Type | Method and Description |
|---|---|
static MfaConfig.Builder |
builder()
Creates a builder for
MfaConfig. |
boolean |
equals(Object another)
This instance is equal to all instances of
MfaConfig that have equal attribute values. |
Boolean |
getEnabled()
Whether Multi-factor Authentication is enabled
|
String |
getProviderName()
The XHR configuration
|
int |
hashCode()
Computes a hash code from attributes:
enabled, providerName. |
String |
toString()
Prints the immutable value
MfaConfig with attribute values. |
public Boolean getEnabled()
public String getProviderName()
public boolean equals(Object another)
MfaConfig that have equal attribute values.public int hashCode()
enabled, providerName.public String toString()
MfaConfig with attribute values.public static MfaConfig.Builder builder()
MfaConfig.Copyright © 2018. All rights reserved.