public static class AutomaticCallback.SystemAutomaticCallbackGetResponse extends Response
Modifier and Type | Field and Description |
---|---|
protected Integer |
activationDigit |
protected AutomaticCallbackMethod |
callbackMethod |
protected Integer |
maxCallbackRings |
protected Integer |
maxMonitorsPerOriginator |
protected Integer |
maxMonitorsPerTerminator |
protected Integer |
monitorMinutes |
protected Integer |
pollingIntervalSeconds |
protected Integer |
terminatorIdleGuardSeconds |
request, responseContent, xPath
Constructor and Description |
---|
SystemAutomaticCallbackGetResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Integer |
getActivationDigit() |
AutomaticCallbackMethod |
getCallbackMethod() |
Integer |
getMaxCallbackRings() |
Integer |
getMaxMonitorsPerOriginator() |
Integer |
getMaxMonitorsPerTerminator() |
Integer |
getMonitorMinutes() |
Integer |
getPollingIntervalSeconds() |
Integer |
getTerminatorIdleGuardSeconds() |
int |
hashCode() |
void |
setActivationDigit(Integer activationDigit) |
void |
setCallbackMethod(AutomaticCallbackMethod callbackMethod) |
void |
setMaxCallbackRings(Integer maxCallbackRings) |
void |
setMaxMonitorsPerOriginator(Integer maxMonitorsPerOriginator) |
void |
setMaxMonitorsPerTerminator(Integer maxMonitorsPerTerminator) |
void |
setMonitorMinutes(Integer monitorMinutes) |
void |
setPollingIntervalSeconds(Integer pollingIntervalSeconds) |
void |
setTerminatorIdleGuardSeconds(Integer terminatorIdleGuardSeconds) |
protected void |
transform()
Transforms the Response from XML Content to a populated POJO
|
getBoolean, getDate, getDateTime, getDetailText, getFloat, getInteger, getIntegerArray, getLong, getNode, getNodeArray, getNumber, getRequest, getResponse, getResponseContent, getString, getStringArray, getSummaryText, getTime, isCommandType, isErrorResponse
protected Integer monitorMinutes
protected Integer maxMonitorsPerOriginator
protected Integer maxCallbackRings
protected Integer maxMonitorsPerTerminator
protected Integer terminatorIdleGuardSeconds
protected AutomaticCallbackMethod callbackMethod
protected Integer pollingIntervalSeconds
protected Integer activationDigit
public void setMonitorMinutes(Integer monitorMinutes)
public Integer getMonitorMinutes()
public void setMaxMonitorsPerOriginator(Integer maxMonitorsPerOriginator)
public Integer getMaxMonitorsPerOriginator()
public void setMaxCallbackRings(Integer maxCallbackRings)
public Integer getMaxCallbackRings()
public void setMaxMonitorsPerTerminator(Integer maxMonitorsPerTerminator)
public Integer getMaxMonitorsPerTerminator()
public void setTerminatorIdleGuardSeconds(Integer terminatorIdleGuardSeconds)
public Integer getTerminatorIdleGuardSeconds()
public void setCallbackMethod(AutomaticCallbackMethod callbackMethod)
public AutomaticCallbackMethod getCallbackMethod()
public void setPollingIntervalSeconds(Integer pollingIntervalSeconds)
public Integer getPollingIntervalSeconds()
public void setActivationDigit(Integer activationDigit)
public Integer getActivationDigit()
@GwtIncompatible protected void transform()
Response
Copyright © 2016 ECG. All rights reserved.