@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-09-14T15:19:00.879+05:30") public class TssV2TransactionsPost201ResponseEmbeddedRiskInformationProvidersFingerprint extends Object
| Constructor and Description |
|---|
TssV2TransactionsPost201ResponseEmbeddedRiskInformationProvidersFingerprint() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getHash()
The unique identifier of the device that is returned in the `riskInformation.providers.fingerprint.device_fingerprint_hash` API reply field.
|
String |
getSmartId()
The device identifier generated from attributes collected during profiling.
|
String |
getTrueIpaddress()
Customer’s true IP address detected by the application.
|
TssV2TransactionsPost201ResponseEmbeddedRiskInformationProvidersFingerprint |
hash(String hash) |
int |
hashCode() |
void |
setHash(String hash) |
void |
setSmartId(String smartId) |
void |
setTrueIpaddress(String trueIpaddress) |
TssV2TransactionsPost201ResponseEmbeddedRiskInformationProvidersFingerprint |
smartId(String smartId) |
String |
toString() |
TssV2TransactionsPost201ResponseEmbeddedRiskInformationProvidersFingerprint |
trueIpaddress(String trueIpaddress) |
public TssV2TransactionsPost201ResponseEmbeddedRiskInformationProvidersFingerprint()
public TssV2TransactionsPost201ResponseEmbeddedRiskInformationProvidersFingerprint trueIpaddress(String trueIpaddress)
public String getTrueIpaddress()
public void setTrueIpaddress(String trueIpaddress)
public TssV2TransactionsPost201ResponseEmbeddedRiskInformationProvidersFingerprint hash(String hash)
public String getHash()
public void setHash(String hash)
public TssV2TransactionsPost201ResponseEmbeddedRiskInformationProvidersFingerprint smartId(String smartId)
public String getSmartId()
public void setSmartId(String smartId)
Copyright © 2020. All rights reserved.