@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CallAnalyticsJobSummary extends Object implements Serializable, Cloneable, StructuredPojo
Provides summary information about a call analytics job.
Constructor and Description |
---|
CallAnalyticsJobSummary() |
Modifier and Type | Method and Description |
---|---|
CallAnalyticsJobSummary |
clone() |
boolean |
equals(Object obj) |
String |
getCallAnalyticsJobName()
The name of the call analytics job.
|
String |
getCallAnalyticsJobStatus()
The status of the call analytics job.
|
Date |
getCompletionTime()
A timestamp that shows when the job was completed.
|
Date |
getCreationTime()
A timestamp that shows when the call analytics job was created.
|
String |
getFailureReason()
If the
CallAnalyticsJobStatus is FAILED , a description of the error. |
String |
getLanguageCode()
The language of the transcript in the source audio file.
|
Date |
getStartTime()
A timestamp that shows when the job began processing.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCallAnalyticsJobName(String callAnalyticsJobName)
The name of the call analytics job.
|
void |
setCallAnalyticsJobStatus(String callAnalyticsJobStatus)
The status of the call analytics job.
|
void |
setCompletionTime(Date completionTime)
A timestamp that shows when the job was completed.
|
void |
setCreationTime(Date creationTime)
A timestamp that shows when the call analytics job was created.
|
void |
setFailureReason(String failureReason)
If the
CallAnalyticsJobStatus is FAILED , a description of the error. |
void |
setLanguageCode(String languageCode)
The language of the transcript in the source audio file.
|
void |
setStartTime(Date startTime)
A timestamp that shows when the job began processing.
|
String |
toString()
Returns a string representation of this object.
|
CallAnalyticsJobSummary |
withCallAnalyticsJobName(String callAnalyticsJobName)
The name of the call analytics job.
|
CallAnalyticsJobSummary |
withCallAnalyticsJobStatus(CallAnalyticsJobStatus callAnalyticsJobStatus)
The status of the call analytics job.
|
CallAnalyticsJobSummary |
withCallAnalyticsJobStatus(String callAnalyticsJobStatus)
The status of the call analytics job.
|
CallAnalyticsJobSummary |
withCompletionTime(Date completionTime)
A timestamp that shows when the job was completed.
|
CallAnalyticsJobSummary |
withCreationTime(Date creationTime)
A timestamp that shows when the call analytics job was created.
|
CallAnalyticsJobSummary |
withFailureReason(String failureReason)
If the
CallAnalyticsJobStatus is FAILED , a description of the error. |
CallAnalyticsJobSummary |
withLanguageCode(LanguageCode languageCode)
The language of the transcript in the source audio file.
|
CallAnalyticsJobSummary |
withLanguageCode(String languageCode)
The language of the transcript in the source audio file.
|
CallAnalyticsJobSummary |
withStartTime(Date startTime)
A timestamp that shows when the job began processing.
|
public void setCallAnalyticsJobName(String callAnalyticsJobName)
The name of the call analytics job.
callAnalyticsJobName
- The name of the call analytics job.public String getCallAnalyticsJobName()
The name of the call analytics job.
public CallAnalyticsJobSummary withCallAnalyticsJobName(String callAnalyticsJobName)
The name of the call analytics job.
callAnalyticsJobName
- The name of the call analytics job.public void setCreationTime(Date creationTime)
A timestamp that shows when the call analytics job was created.
creationTime
- A timestamp that shows when the call analytics job was created.public Date getCreationTime()
A timestamp that shows when the call analytics job was created.
public CallAnalyticsJobSummary withCreationTime(Date creationTime)
A timestamp that shows when the call analytics job was created.
creationTime
- A timestamp that shows when the call analytics job was created.public void setStartTime(Date startTime)
A timestamp that shows when the job began processing.
startTime
- A timestamp that shows when the job began processing.public Date getStartTime()
A timestamp that shows when the job began processing.
public CallAnalyticsJobSummary withStartTime(Date startTime)
A timestamp that shows when the job began processing.
startTime
- A timestamp that shows when the job began processing.public void setCompletionTime(Date completionTime)
A timestamp that shows when the job was completed.
completionTime
- A timestamp that shows when the job was completed.public Date getCompletionTime()
A timestamp that shows when the job was completed.
public CallAnalyticsJobSummary withCompletionTime(Date completionTime)
A timestamp that shows when the job was completed.
completionTime
- A timestamp that shows when the job was completed.public void setLanguageCode(String languageCode)
The language of the transcript in the source audio file.
languageCode
- The language of the transcript in the source audio file.LanguageCode
public String getLanguageCode()
The language of the transcript in the source audio file.
LanguageCode
public CallAnalyticsJobSummary withLanguageCode(String languageCode)
The language of the transcript in the source audio file.
languageCode
- The language of the transcript in the source audio file.LanguageCode
public CallAnalyticsJobSummary withLanguageCode(LanguageCode languageCode)
The language of the transcript in the source audio file.
languageCode
- The language of the transcript in the source audio file.LanguageCode
public void setCallAnalyticsJobStatus(String callAnalyticsJobStatus)
The status of the call analytics job.
callAnalyticsJobStatus
- The status of the call analytics job.CallAnalyticsJobStatus
public String getCallAnalyticsJobStatus()
The status of the call analytics job.
CallAnalyticsJobStatus
public CallAnalyticsJobSummary withCallAnalyticsJobStatus(String callAnalyticsJobStatus)
The status of the call analytics job.
callAnalyticsJobStatus
- The status of the call analytics job.CallAnalyticsJobStatus
public CallAnalyticsJobSummary withCallAnalyticsJobStatus(CallAnalyticsJobStatus callAnalyticsJobStatus)
The status of the call analytics job.
callAnalyticsJobStatus
- The status of the call analytics job.CallAnalyticsJobStatus
public void setFailureReason(String failureReason)
If the CallAnalyticsJobStatus
is FAILED
, a description of the error.
failureReason
- If the CallAnalyticsJobStatus
is FAILED
, a description of the error.public String getFailureReason()
If the CallAnalyticsJobStatus
is FAILED
, a description of the error.
CallAnalyticsJobStatus
is FAILED
, a description of the error.public CallAnalyticsJobSummary withFailureReason(String failureReason)
If the CallAnalyticsJobStatus
is FAILED
, a description of the error.
failureReason
- If the CallAnalyticsJobStatus
is FAILED
, a description of the error.public String toString()
toString
in class Object
Object.toString()
public CallAnalyticsJobSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.