public class CompromisedCredentialsRiskConfigurationType extends Object implements Serializable
The compromised credentials risk configuration type.
| Constructor and Description |
|---|
CompromisedCredentialsRiskConfigurationType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
CompromisedCredentialsActionsType |
getActions()
The compromised credentials risk configuration actions.
|
List<String> |
getEventFilter()
Perform the action for these events.
|
int |
hashCode() |
void |
setActions(CompromisedCredentialsActionsType actions)
The compromised credentials risk configuration actions.
|
void |
setEventFilter(Collection<String> eventFilter)
Perform the action for these events.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CompromisedCredentialsRiskConfigurationType |
withActions(CompromisedCredentialsActionsType actions)
The compromised credentials risk configuration actions.
|
CompromisedCredentialsRiskConfigurationType |
withEventFilter(Collection<String> eventFilter)
Perform the action for these events.
|
CompromisedCredentialsRiskConfigurationType |
withEventFilter(String... eventFilter)
Perform the action for these events.
|
public CompromisedCredentialsRiskConfigurationType()
public List<String> getEventFilter()
Perform the action for these events. The default is to perform all events if no event filter is specified.
Perform the action for these events. The default is to perform all events if no event filter is specified.
public void setEventFilter(Collection<String> eventFilter)
Perform the action for these events. The default is to perform all events if no event filter is specified.
eventFilter - Perform the action for these events. The default is to perform all events if no event filter is specified.
public CompromisedCredentialsRiskConfigurationType withEventFilter(String... eventFilter)
Perform the action for these events. The default is to perform all events if no event filter is specified.
Returns a reference to this object so that method calls can be chained together.
eventFilter - Perform the action for these events. The default is to perform all events if no event filter is specified.
public CompromisedCredentialsRiskConfigurationType withEventFilter(Collection<String> eventFilter)
Perform the action for these events. The default is to perform all events if no event filter is specified.
Returns a reference to this object so that method calls can be chained together.
eventFilter - Perform the action for these events. The default is to perform all events if no event filter is specified.
public CompromisedCredentialsActionsType getActions()
The compromised credentials risk configuration actions.
The compromised credentials risk configuration actions.
public void setActions(CompromisedCredentialsActionsType actions)
The compromised credentials risk configuration actions.
actions - The compromised credentials risk configuration actions.
public CompromisedCredentialsRiskConfigurationType withActions(CompromisedCredentialsActionsType actions)
The compromised credentials risk configuration actions.
Returns a reference to this object so that method calls can be chained together.
actions - The compromised credentials risk configuration actions.
public String toString()
toString in class ObjectObject.toString()Copyright © 2020. All rights reserved.