@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OverallTestResultItem extends Object implements Serializable, Cloneable, StructuredPojo
Information about the overall results for a test execution result.
Constructor and Description |
---|
OverallTestResultItem() |
Modifier and Type | Method and Description |
---|---|
OverallTestResultItem |
addEndToEndResultCountsEntry(String key,
Integer value)
Add a single EndToEndResultCounts entry
|
OverallTestResultItem |
addSpeechTranscriptionResultCountsEntry(String key,
Integer value)
Add a single SpeechTranscriptionResultCounts entry
|
OverallTestResultItem |
clearEndToEndResultCountsEntries()
Removes all the entries added into EndToEndResultCounts.
|
OverallTestResultItem |
clearSpeechTranscriptionResultCountsEntries()
Removes all the entries added into SpeechTranscriptionResultCounts.
|
OverallTestResultItem |
clone() |
boolean |
equals(Object obj) |
Map<String,Integer> |
getEndToEndResultCounts()
The number of results that succeeded.
|
Boolean |
getMultiTurnConversation()
Indicates whether the conversation contains multiple turns or not.
|
Map<String,Integer> |
getSpeechTranscriptionResultCounts()
The number of speech transcription results in the overall test.
|
Integer |
getTotalResultCount()
The total number of overall results in the result of the test execution.
|
int |
hashCode() |
Boolean |
isMultiTurnConversation()
Indicates whether the conversation contains multiple turns or not.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEndToEndResultCounts(Map<String,Integer> endToEndResultCounts)
The number of results that succeeded.
|
void |
setMultiTurnConversation(Boolean multiTurnConversation)
Indicates whether the conversation contains multiple turns or not.
|
void |
setSpeechTranscriptionResultCounts(Map<String,Integer> speechTranscriptionResultCounts)
The number of speech transcription results in the overall test.
|
void |
setTotalResultCount(Integer totalResultCount)
The total number of overall results in the result of the test execution.
|
String |
toString()
Returns a string representation of this object.
|
OverallTestResultItem |
withEndToEndResultCounts(Map<String,Integer> endToEndResultCounts)
The number of results that succeeded.
|
OverallTestResultItem |
withMultiTurnConversation(Boolean multiTurnConversation)
Indicates whether the conversation contains multiple turns or not.
|
OverallTestResultItem |
withSpeechTranscriptionResultCounts(Map<String,Integer> speechTranscriptionResultCounts)
The number of speech transcription results in the overall test.
|
OverallTestResultItem |
withTotalResultCount(Integer totalResultCount)
The total number of overall results in the result of the test execution.
|
public void setMultiTurnConversation(Boolean multiTurnConversation)
Indicates whether the conversation contains multiple turns or not.
multiTurnConversation
- Indicates whether the conversation contains multiple turns or not.public Boolean getMultiTurnConversation()
Indicates whether the conversation contains multiple turns or not.
public OverallTestResultItem withMultiTurnConversation(Boolean multiTurnConversation)
Indicates whether the conversation contains multiple turns or not.
multiTurnConversation
- Indicates whether the conversation contains multiple turns or not.public Boolean isMultiTurnConversation()
Indicates whether the conversation contains multiple turns or not.
public void setTotalResultCount(Integer totalResultCount)
The total number of overall results in the result of the test execution.
totalResultCount
- The total number of overall results in the result of the test execution.public Integer getTotalResultCount()
The total number of overall results in the result of the test execution.
public OverallTestResultItem withTotalResultCount(Integer totalResultCount)
The total number of overall results in the result of the test execution.
totalResultCount
- The total number of overall results in the result of the test execution.public Map<String,Integer> getSpeechTranscriptionResultCounts()
The number of speech transcription results in the overall test.
public void setSpeechTranscriptionResultCounts(Map<String,Integer> speechTranscriptionResultCounts)
The number of speech transcription results in the overall test.
speechTranscriptionResultCounts
- The number of speech transcription results in the overall test.public OverallTestResultItem withSpeechTranscriptionResultCounts(Map<String,Integer> speechTranscriptionResultCounts)
The number of speech transcription results in the overall test.
speechTranscriptionResultCounts
- The number of speech transcription results in the overall test.public OverallTestResultItem addSpeechTranscriptionResultCountsEntry(String key, Integer value)
public OverallTestResultItem clearSpeechTranscriptionResultCountsEntries()
public Map<String,Integer> getEndToEndResultCounts()
The number of results that succeeded.
public void setEndToEndResultCounts(Map<String,Integer> endToEndResultCounts)
The number of results that succeeded.
endToEndResultCounts
- The number of results that succeeded.public OverallTestResultItem withEndToEndResultCounts(Map<String,Integer> endToEndResultCounts)
The number of results that succeeded.
endToEndResultCounts
- The number of results that succeeded.public OverallTestResultItem addEndToEndResultCountsEntry(String key, Integer value)
public OverallTestResultItem clearEndToEndResultCountsEntries()
public String toString()
toString
in class Object
Object.toString()
public OverallTestResultItem clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.