public class

LoginAttempt

extends HRef
java.lang.Object
   ↳ org.mule.modules.stormpath.model.HRef
     ↳ org.mule.modules.stormpath.model.LoginAttempt

Summary

Nested Classes
enum LoginAttempt.Type  
Fields
private LoginAttempt.Type type
private String value
[Expand]
Inherited Fields
From class org.mule.modules.stormpath.model.HRef
Public Constructors
LoginAttempt()
Public Methods
boolean equals(Object other)
LoginAttempt.Type getType()
String getValue()
int hashCode()
void setType(LoginAttempt.Type type)
void setValue(String value)
String toString()
LoginAttempt withType(LoginAttempt.Type type)
LoginAttempt withValue(String value)
[Expand]
Inherited Methods
From class org.mule.modules.stormpath.model.HRef
From class java.lang.Object

Fields

private LoginAttempt.Type type

private String value

Public Constructors

public LoginAttempt ()

Public Methods

public boolean equals (Object other)

Parameters
other

public LoginAttempt.Type getType ()

public String getValue ()

public int hashCode ()

public void setType (LoginAttempt.Type type)

Parameters
type

public void setValue (String value)

Parameters
value

public String toString ()

public LoginAttempt withType (LoginAttempt.Type type)

Parameters
type

public LoginAttempt withValue (String value)

Parameters
value