public class VerifySoftwareTokenResult extends Object implements Serializable
| Constructor and Description |
|---|
VerifySoftwareTokenResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getSession()
The session which should be passed both ways in challenge-response calls
to the service.
|
String |
getStatus()
The status of the verify software token.
|
int |
hashCode() |
void |
setSession(String session)
The session which should be passed both ways in challenge-response calls
to the service.
|
void |
setStatus(String status)
The status of the verify software token.
|
void |
setStatus(VerifySoftwareTokenResponseType status)
The status of the verify software token.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
VerifySoftwareTokenResult |
withSession(String session)
The session which should be passed both ways in challenge-response calls
to the service.
|
VerifySoftwareTokenResult |
withStatus(String status)
The status of the verify software token.
|
VerifySoftwareTokenResult |
withStatus(VerifySoftwareTokenResponseType status)
The status of the verify software token.
|
public String getStatus()
The status of the verify software token.
Constraints:
Allowed Values: SUCCESS, ERROR
The status of the verify software token.
VerifySoftwareTokenResponseTypepublic void setStatus(String status)
The status of the verify software token.
Constraints:
Allowed Values: SUCCESS, ERROR
status - The status of the verify software token.
VerifySoftwareTokenResponseTypepublic VerifySoftwareTokenResult withStatus(String status)
The status of the verify software token.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: SUCCESS, ERROR
status - The status of the verify software token.
VerifySoftwareTokenResponseTypepublic void setStatus(VerifySoftwareTokenResponseType status)
The status of the verify software token.
Constraints:
Allowed Values: SUCCESS, ERROR
status - The status of the verify software token.
VerifySoftwareTokenResponseTypepublic VerifySoftwareTokenResult withStatus(VerifySoftwareTokenResponseType status)
The status of the verify software token.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: SUCCESS, ERROR
status - The status of the verify software token.
VerifySoftwareTokenResponseTypepublic String getSession()
The session which should be passed both ways in challenge-response calls to the service.
Constraints:
Length: 20 - 2048
The session which should be passed both ways in challenge-response calls to the service.
public void setSession(String session)
The session which should be passed both ways in challenge-response calls to the service.
Constraints:
Length: 20 - 2048
session - The session which should be passed both ways in challenge-response calls to the service.
public VerifySoftwareTokenResult withSession(String session)
The session which should be passed both ways in challenge-response calls to the service.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 20 - 2048
session - The session which should be passed both ways in challenge-response calls to the service.
public String toString()
toString in class ObjectObject.toString()Copyright © 2020. All rights reserved.