public static class LegacyAutomaticCallback.SystemLegacyAutomaticCallbackGetResponse extends Response
Modifier and Type | Field and Description |
---|---|
protected Integer |
maxMonitorsPerOriginator |
protected Integer |
maxMonitorsPerTerminator |
protected Integer |
t10OMinutes |
protected Integer |
t10TMinutes |
protected Integer |
t2Minutes |
protected Integer |
t4Seconds |
protected Integer |
t5Seconds |
protected Integer |
t6Minutes |
protected Integer |
t7Minutes |
protected Integer |
t8Seconds |
protected Integer |
tRingSeconds |
commandType, detailText, request, responseContent, summaryText, xPath
Constructor and Description |
---|
SystemLegacyAutomaticCallbackGetResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Integer |
getMaxMonitorsPerOriginator() |
Integer |
getMaxMonitorsPerTerminator() |
Integer |
getT10OMinutes() |
Integer |
getT10TMinutes() |
Integer |
getT2Minutes() |
Integer |
getT4Seconds() |
Integer |
getT5Seconds() |
Integer |
getT6Minutes() |
Integer |
getT7Minutes() |
Integer |
getT8Seconds() |
Integer |
getTRingSeconds() |
int |
hashCode() |
void |
setMaxMonitorsPerOriginator(Integer maxMonitorsPerOriginator) |
void |
setMaxMonitorsPerTerminator(Integer maxMonitorsPerTerminator) |
void |
setT10OMinutes(Integer t10OMinutes) |
void |
setT10TMinutes(Integer t10TMinutes) |
void |
setT2Minutes(Integer t2Minutes) |
void |
setT4Seconds(Integer t4Seconds) |
void |
setT5Seconds(Integer t5Seconds) |
void |
setT6Minutes(Integer t6Minutes) |
void |
setT7Minutes(Integer t7Minutes) |
void |
setT8Seconds(Integer t8Seconds) |
void |
setTRingSeconds(Integer tRingSeconds) |
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 maxMonitorsPerOriginator
protected Integer maxMonitorsPerTerminator
protected Integer t2Minutes
protected Integer t4Seconds
protected Integer t5Seconds
protected Integer t6Minutes
protected Integer t7Minutes
protected Integer t8Seconds
protected Integer tRingSeconds
protected Integer t10OMinutes
protected Integer t10TMinutes
public SystemLegacyAutomaticCallbackGetResponse()
public void setMaxMonitorsPerOriginator(Integer maxMonitorsPerOriginator)
public Integer getMaxMonitorsPerOriginator()
public void setMaxMonitorsPerTerminator(Integer maxMonitorsPerTerminator)
public Integer getMaxMonitorsPerTerminator()
public void setT2Minutes(Integer t2Minutes)
public Integer getT2Minutes()
public void setT4Seconds(Integer t4Seconds)
public Integer getT4Seconds()
public void setT5Seconds(Integer t5Seconds)
public Integer getT5Seconds()
public void setT6Minutes(Integer t6Minutes)
public Integer getT6Minutes()
public void setT7Minutes(Integer t7Minutes)
public Integer getT7Minutes()
public void setT8Seconds(Integer t8Seconds)
public Integer getT8Seconds()
public void setTRingSeconds(Integer tRingSeconds)
public Integer getTRingSeconds()
public void setT10OMinutes(Integer t10OMinutes)
public Integer getT10OMinutes()
public void setT10TMinutes(Integer t10TMinutes)
public Integer getT10TMinutes()
@GwtIncompatible protected void transform()
Response
Copyright © 2016 ECG. All rights reserved.