public static class CallRecording.SystemCallRecordingGetResponse extends Response
Modifier and Type | Field and Description |
---|---|
protected Boolean |
continueCallAfterRecordingFailure |
protected Boolean |
continueCallAfterVideoRecordingFailure |
protected Integer |
maxConsecutiveFailures |
protected Integer |
maxResponseWaitTimeMilliseconds |
protected Integer |
refreshPeriodSeconds |
commandType, detailText, request, summaryText
content, xPath
Constructor and Description |
---|
SystemCallRecordingGetResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Boolean |
getContinueCallAfterRecordingFailure() |
Boolean |
getContinueCallAfterVideoRecordingFailure() |
Integer |
getMaxConsecutiveFailures() |
Integer |
getMaxResponseWaitTimeMilliseconds() |
Integer |
getRefreshPeriodSeconds() |
int |
hashCode() |
void |
setContinueCallAfterRecordingFailure(Boolean continueCallAfterRecordingFailure) |
void |
setContinueCallAfterVideoRecordingFailure(Boolean continueCallAfterVideoRecordingFailure) |
void |
setMaxConsecutiveFailures(Integer maxConsecutiveFailures) |
void |
setMaxResponseWaitTimeMilliseconds(Integer maxResponseWaitTimeMilliseconds) |
void |
setRefreshPeriodSeconds(Integer refreshPeriodSeconds) |
protected void |
transform()
Transforms the Response from XML Content to a populated POJO
|
getDetailText, getRequest, getResponse, getSummaryText, isCommandType, isErrorResponse
getBoolean, getContent, getDate, getDateTime, getFloat, getInteger, getIntegerArray, getLong, getNode, getNodeArray, getNumber, getString, getStringArray, getTime, setContent
protected Boolean continueCallAfterRecordingFailure
protected Integer refreshPeriodSeconds
protected Integer maxConsecutiveFailures
protected Integer maxResponseWaitTimeMilliseconds
protected Boolean continueCallAfterVideoRecordingFailure
public void setContinueCallAfterRecordingFailure(Boolean continueCallAfterRecordingFailure)
public Boolean getContinueCallAfterRecordingFailure()
public void setRefreshPeriodSeconds(Integer refreshPeriodSeconds)
public Integer getRefreshPeriodSeconds()
public void setMaxConsecutiveFailures(Integer maxConsecutiveFailures)
public Integer getMaxConsecutiveFailures()
public void setMaxResponseWaitTimeMilliseconds(Integer maxResponseWaitTimeMilliseconds)
public Integer getMaxResponseWaitTimeMilliseconds()
public void setContinueCallAfterVideoRecordingFailure(Boolean continueCallAfterVideoRecordingFailure)
public Boolean getContinueCallAfterVideoRecordingFailure()
@GwtIncompatible protected void transform()
Response
Copyright © 2017 ECG. All rights reserved.