@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class AuthenticationMethod extends Object
| Constructor and Description |
|---|
AuthenticationMethod() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAuthenticationType()
Indicates the type of authentication.
|
String |
getLastProvider()
The last provider that authenticated the user.
|
String |
getLastTimestamp()
The data and time the user last used the authentication method.
|
Integer |
getTotalCount()
The number of times the authentication method was used.
|
int |
hashCode() |
void |
setAuthenticationType(String authenticationType) |
void |
setLastProvider(String lastProvider) |
void |
setLastTimestamp(String lastTimestamp) |
void |
setTotalCount(Integer totalCount) |
String |
toString() |
public String getAuthenticationType()
public void setAuthenticationType(String authenticationType)
public String getLastProvider()
public void setLastProvider(String lastProvider)
public String getLastTimestamp()
public void setLastTimestamp(String lastTimestamp)
public Integer getTotalCount()
public void setTotalCount(Integer totalCount)
Copyright © 2017. All rights reserved.