public final class Authenticate
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Long |
authenticated |
private AuthenticationRequirer |
by |
private int |
count |
private long |
created |
private java.lang.String |
id |
private java.lang.String |
object |
private int |
retryAttempt |
private AuthenticationStatus |
status |
private AuthenticationType |
type |
private java.lang.String |
url |
private java.lang.String |
value |
Constructor and Description |
---|
Authenticate() |
Modifier and Type | Method and Description |
---|---|
long |
getAuthenticated()
Gets authenticated.
|
AuthenticationRequirer |
getBy()
Gets by.
|
int |
getCount()
Gets count.
|
long |
getCreated()
Gets created.
|
java.lang.String |
getId()
Gets id.
|
java.lang.String |
getObject()
Gets object.
|
int |
getRetryAttempt()
Gets retry attempt.
|
AuthenticationStatus |
getStatus()
Gets status.
|
AuthenticationType |
getType()
Gets type.
|
java.lang.String |
getUrl()
Gets url.
|
java.lang.String |
getValue()
Gets value.
|
@SerializedName(value="id") @Expose private java.lang.String id
@SerializedName(value="object") @Expose private java.lang.String object
@SerializedName(value="type") @Expose private AuthenticationType type
@SerializedName(value="by") @Expose private AuthenticationRequirer by
@SerializedName(value="status") @Expose private AuthenticationStatus status
@SerializedName(value="retry_attempt") @Expose private int retryAttempt
@SerializedName(value="url") @Expose @Nullable private java.lang.String url
@SerializedName(value="created") @Expose private long created
@SerializedName(value="authenticated") @Expose @Nullable private java.lang.Long authenticated
@SerializedName(value="count") @Expose private int count
@SerializedName(value="value") @Expose private java.lang.String value
public java.lang.String getId()
public java.lang.String getObject()
public AuthenticationType getType()
public AuthenticationRequirer getBy()
public AuthenticationStatus getStatus()
public int getRetryAttempt()
public java.lang.String getUrl()
public long getCreated()
public long getAuthenticated()
public int getCount()
public java.lang.String getValue()