Package com.docusign.esign.model
Class AuthenticationMethod
- java.lang.Object
-
- com.docusign.esign.model.AuthenticationMethod
-
public class AuthenticationMethod extends java.lang.ObjectContains information about the method used for authentication..
-
-
Constructor Summary
Constructors Constructor Description AuthenticationMethod()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthenticationMethodauthenticationType(java.lang.String authenticationType)authenticationType.booleanequals(java.lang.Object o)Compares objects.java.lang.StringgetAuthenticationType()Indicates the type of authentication.java.lang.StringgetLastProvider()The last provider that authenticated the user.java.lang.StringgetLastTimestamp()The data and time the user last used the authentication method.java.lang.StringgetTotalCount()The number of times the authentication method was used.inthashCode()Returns the HashCode.AuthenticationMethodlastProvider(java.lang.String lastProvider)lastProvider.AuthenticationMethodlastTimestamp(java.lang.String lastTimestamp)lastTimestamp.voidsetAuthenticationType(java.lang.String authenticationType)setAuthenticationType.voidsetLastProvider(java.lang.String lastProvider)setLastProvider.voidsetLastTimestamp(java.lang.String lastTimestamp)setLastTimestamp.voidsetTotalCount(java.lang.String totalCount)setTotalCount.java.lang.StringtoString()Converts the given object to string.AuthenticationMethodtotalCount(java.lang.String totalCount)totalCount.
-
-
-
Method Detail
-
authenticationType
public AuthenticationMethod authenticationType(java.lang.String authenticationType)
authenticationType.- Returns:
- AuthenticationMethod
-
getAuthenticationType
public java.lang.String getAuthenticationType()
Indicates the type of authentication. Valid values are: PhoneAuth, STAN, ISCheck, OFAC, AccessCode, AgeVerify, or SSOAuth. .- Returns:
- authenticationType
-
setAuthenticationType
public void setAuthenticationType(java.lang.String authenticationType)
setAuthenticationType.
-
lastProvider
public AuthenticationMethod lastProvider(java.lang.String lastProvider)
lastProvider.- Returns:
- AuthenticationMethod
-
getLastProvider
public java.lang.String getLastProvider()
The last provider that authenticated the user. .- Returns:
- lastProvider
-
setLastProvider
public void setLastProvider(java.lang.String lastProvider)
setLastProvider.
-
lastTimestamp
public AuthenticationMethod lastTimestamp(java.lang.String lastTimestamp)
lastTimestamp.- Returns:
- AuthenticationMethod
-
getLastTimestamp
public java.lang.String getLastTimestamp()
The data and time the user last used the authentication method. .- Returns:
- lastTimestamp
-
setLastTimestamp
public void setLastTimestamp(java.lang.String lastTimestamp)
setLastTimestamp.
-
totalCount
public AuthenticationMethod totalCount(java.lang.String totalCount)
totalCount.- Returns:
- AuthenticationMethod
-
getTotalCount
public java.lang.String getTotalCount()
The number of times the authentication method was used. .- Returns:
- totalCount
-
setTotalCount
public void setTotalCount(java.lang.String totalCount)
setTotalCount.
-
equals
public boolean equals(java.lang.Object o)
Compares objects.- Overrides:
equalsin classjava.lang.Object- Returns:
- true or false depending on comparison result.
-
hashCode
public int hashCode()
Returns the HashCode.- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
Converts the given object to string.- Overrides:
toStringin classjava.lang.Object
-
-