@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-09-14T15:19:00.879+05:30") public class TssV2TransactionsGet200ResponseRiskInformationProfile extends Object
| Constructor and Description |
|---|
TssV2TransactionsGet200ResponseRiskInformationProfile() |
| Modifier and Type | Method and Description |
|---|---|
TssV2TransactionsGet200ResponseRiskInformationProfile |
decision(String decision) |
boolean |
equals(Object o) |
String |
getDecision()
Decision returned by the profile; this field contains one of these values: - ACCEPT - REJECT - REVIEW
|
String |
getName()
The name of the profile.
|
int |
hashCode() |
TssV2TransactionsGet200ResponseRiskInformationProfile |
name(String name) |
void |
setDecision(String decision) |
void |
setName(String name) |
String |
toString() |
public TssV2TransactionsGet200ResponseRiskInformationProfile()
public TssV2TransactionsGet200ResponseRiskInformationProfile name(String name)
public String getName()
public void setName(String name)
public TssV2TransactionsGet200ResponseRiskInformationProfile decision(String decision)
public String getDecision()
public void setDecision(String decision)
Copyright © 2020. All rights reserved.