public class EventRiskType extends Object implements Serializable
The event risk type.
| Constructor and Description |
|---|
EventRiskType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getRiskDecision()
The risk decision.
|
String |
getRiskLevel()
The risk level.
|
int |
hashCode() |
void |
setRiskDecision(RiskDecisionType riskDecision)
The risk decision.
|
void |
setRiskDecision(String riskDecision)
The risk decision.
|
void |
setRiskLevel(RiskLevelType riskLevel)
The risk level.
|
void |
setRiskLevel(String riskLevel)
The risk level.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
EventRiskType |
withRiskDecision(RiskDecisionType riskDecision)
The risk decision.
|
EventRiskType |
withRiskDecision(String riskDecision)
The risk decision.
|
EventRiskType |
withRiskLevel(RiskLevelType riskLevel)
The risk level.
|
EventRiskType |
withRiskLevel(String riskLevel)
The risk level.
|
public String getRiskDecision()
The risk decision.
Constraints:
Allowed Values: NoRisk, AccountTakeover, Block
The risk decision.
RiskDecisionTypepublic void setRiskDecision(String riskDecision)
The risk decision.
Constraints:
Allowed Values: NoRisk, AccountTakeover, Block
riskDecision - The risk decision.
RiskDecisionTypepublic EventRiskType withRiskDecision(String riskDecision)
The risk decision.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: NoRisk, AccountTakeover, Block
riskDecision - The risk decision.
RiskDecisionTypepublic void setRiskDecision(RiskDecisionType riskDecision)
The risk decision.
Constraints:
Allowed Values: NoRisk, AccountTakeover, Block
riskDecision - The risk decision.
RiskDecisionTypepublic EventRiskType withRiskDecision(RiskDecisionType riskDecision)
The risk decision.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: NoRisk, AccountTakeover, Block
riskDecision - The risk decision.
RiskDecisionTypepublic String getRiskLevel()
The risk level.
Constraints:
Allowed Values: Low, Medium, High
The risk level.
RiskLevelTypepublic void setRiskLevel(String riskLevel)
The risk level.
Constraints:
Allowed Values: Low, Medium, High
riskLevel - The risk level.
RiskLevelTypepublic EventRiskType withRiskLevel(String riskLevel)
The risk level.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: Low, Medium, High
riskLevel - The risk level.
RiskLevelTypepublic void setRiskLevel(RiskLevelType riskLevel)
The risk level.
Constraints:
Allowed Values: Low, Medium, High
riskLevel - The risk level.
RiskLevelTypepublic EventRiskType withRiskLevel(RiskLevelType riskLevel)
The risk level.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: Low, Medium, High
riskLevel - The risk level.
RiskLevelTypepublic String toString()
toString in class ObjectObject.toString()Copyright © 2019. All rights reserved.