public class CompromisedCredentialsActionsType extends Object implements Serializable
The compromised credentials actions type
| Constructor and Description |
|---|
CompromisedCredentialsActionsType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getEventAction()
The event action.
|
int |
hashCode() |
void |
setEventAction(CompromisedCredentialsEventActionType eventAction)
The event action.
|
void |
setEventAction(String eventAction)
The event action.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CompromisedCredentialsActionsType |
withEventAction(CompromisedCredentialsEventActionType eventAction)
The event action.
|
CompromisedCredentialsActionsType |
withEventAction(String eventAction)
The event action.
|
public String getEventAction()
The event action.
Constraints:
Allowed Values: BLOCK, NO_ACTION
The event action.
CompromisedCredentialsEventActionTypepublic void setEventAction(String eventAction)
The event action.
Constraints:
Allowed Values: BLOCK, NO_ACTION
eventAction - The event action.
CompromisedCredentialsEventActionTypepublic CompromisedCredentialsActionsType withEventAction(String eventAction)
The event action.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: BLOCK, NO_ACTION
eventAction - The event action.
CompromisedCredentialsEventActionTypepublic void setEventAction(CompromisedCredentialsEventActionType eventAction)
The event action.
Constraints:
Allowed Values: BLOCK, NO_ACTION
eventAction - The event action.
CompromisedCredentialsEventActionTypepublic CompromisedCredentialsActionsType withEventAction(CompromisedCredentialsEventActionType eventAction)
The event action.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: BLOCK, NO_ACTION
eventAction - The event action.
CompromisedCredentialsEventActionTypepublic String toString()
toString in class ObjectObject.toString()Copyright © 2020. All rights reserved.