public class AccountTakeoverActionsType extends Object implements Serializable
Account takeover actions type.
| Constructor and Description |
|---|
AccountTakeoverActionsType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
AccountTakeoverActionType |
getHighAction()
Action to take for a high risk.
|
AccountTakeoverActionType |
getLowAction()
Action to take for a low risk.
|
AccountTakeoverActionType |
getMediumAction()
Action to take for a medium risk.
|
int |
hashCode() |
void |
setHighAction(AccountTakeoverActionType highAction)
Action to take for a high risk.
|
void |
setLowAction(AccountTakeoverActionType lowAction)
Action to take for a low risk.
|
void |
setMediumAction(AccountTakeoverActionType mediumAction)
Action to take for a medium risk.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
AccountTakeoverActionsType |
withHighAction(AccountTakeoverActionType highAction)
Action to take for a high risk.
|
AccountTakeoverActionsType |
withLowAction(AccountTakeoverActionType lowAction)
Action to take for a low risk.
|
AccountTakeoverActionsType |
withMediumAction(AccountTakeoverActionType mediumAction)
Action to take for a medium risk.
|
public AccountTakeoverActionType getLowAction()
Action to take for a low risk.
Action to take for a low risk.
public void setLowAction(AccountTakeoverActionType lowAction)
Action to take for a low risk.
lowAction - Action to take for a low risk.
public AccountTakeoverActionsType withLowAction(AccountTakeoverActionType lowAction)
Action to take for a low risk.
Returns a reference to this object so that method calls can be chained together.
lowAction - Action to take for a low risk.
public AccountTakeoverActionType getMediumAction()
Action to take for a medium risk.
Action to take for a medium risk.
public void setMediumAction(AccountTakeoverActionType mediumAction)
Action to take for a medium risk.
mediumAction - Action to take for a medium risk.
public AccountTakeoverActionsType withMediumAction(AccountTakeoverActionType mediumAction)
Action to take for a medium risk.
Returns a reference to this object so that method calls can be chained together.
mediumAction - Action to take for a medium risk.
public AccountTakeoverActionType getHighAction()
Action to take for a high risk.
Action to take for a high risk.
public void setHighAction(AccountTakeoverActionType highAction)
Action to take for a high risk.
highAction - Action to take for a high risk.
public AccountTakeoverActionsType withHighAction(AccountTakeoverActionType highAction)
Action to take for a high risk.
Returns a reference to this object so that method calls can be chained together.
highAction - Action to take for a high risk.
public String toString()
toString in class ObjectObject.toString()Copyright © 2020. All rights reserved.