@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class KnownFraudsterRisk extends Object implements Serializable, Cloneable, StructuredPojo
Contains details produced as a result of performing known fraudster risk analysis on a speaker.
Constructor and Description |
---|
KnownFraudsterRisk() |
Modifier and Type | Method and Description |
---|---|
KnownFraudsterRisk |
clone() |
boolean |
equals(Object obj) |
String |
getGeneratedFraudsterId()
The identifier of the fraudster that is the closest match to the speaker.
|
Integer |
getRiskScore()
The score indicating the likelihood the speaker is a known fraudster.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setGeneratedFraudsterId(String generatedFraudsterId)
The identifier of the fraudster that is the closest match to the speaker.
|
void |
setRiskScore(Integer riskScore)
The score indicating the likelihood the speaker is a known fraudster.
|
String |
toString()
Returns a string representation of this object.
|
KnownFraudsterRisk |
withGeneratedFraudsterId(String generatedFraudsterId)
The identifier of the fraudster that is the closest match to the speaker.
|
KnownFraudsterRisk |
withRiskScore(Integer riskScore)
The score indicating the likelihood the speaker is a known fraudster.
|
public void setGeneratedFraudsterId(String generatedFraudsterId)
The identifier of the fraudster that is the closest match to the speaker. If there are no fraudsters registered
in a given domain, or if there are no fraudsters with a non-zero RiskScore, this value is null
.
generatedFraudsterId
- The identifier of the fraudster that is the closest match to the speaker. If there are no fraudsters
registered in a given domain, or if there are no fraudsters with a non-zero RiskScore, this value is
null
.public String getGeneratedFraudsterId()
The identifier of the fraudster that is the closest match to the speaker. If there are no fraudsters registered
in a given domain, or if there are no fraudsters with a non-zero RiskScore, this value is null
.
null
.public KnownFraudsterRisk withGeneratedFraudsterId(String generatedFraudsterId)
The identifier of the fraudster that is the closest match to the speaker. If there are no fraudsters registered
in a given domain, or if there are no fraudsters with a non-zero RiskScore, this value is null
.
generatedFraudsterId
- The identifier of the fraudster that is the closest match to the speaker. If there are no fraudsters
registered in a given domain, or if there are no fraudsters with a non-zero RiskScore, this value is
null
.public void setRiskScore(Integer riskScore)
The score indicating the likelihood the speaker is a known fraudster.
riskScore
- The score indicating the likelihood the speaker is a known fraudster.public Integer getRiskScore()
The score indicating the likelihood the speaker is a known fraudster.
public KnownFraudsterRisk withRiskScore(Integer riskScore)
The score indicating the likelihood the speaker is a known fraudster.
riskScore
- The score indicating the likelihood the speaker is a known fraudster.public String toString()
toString
in class Object
Object.toString()
public KnownFraudsterRisk clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.