public interface Salb2BconfigMBean
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getContact()
Gets the value of the contact property.
|
java.math.BigInteger |
getMaxCallDurationSeconds()
Gets the value of the maxCallDurationSeconds property.
|
java.lang.String |
getPushroute()
Gets the value of the pushroute property.
|
java.math.BigInteger |
getResponse()
Gets the value of the response property.
|
java.lang.String |
getSendOos()
Gets the value of the sendOos property.
|
java.lang.String |
getTraceMsg()
Gets the value of the traceMsg property.
|
void |
setContact(java.lang.String value)
Sets the value of the contact property.
|
void |
setMaxCallDurationSeconds(java.math.BigInteger value)
Sets the value of the maxCallDurationSeconds property.
|
void |
setPushroute(java.lang.String value)
Sets the value of the pushroute property.
|
void |
setResponse(java.math.BigInteger value)
Sets the value of the response property.
|
void |
setSendOos(java.lang.String value)
Sets the value of the sendOos property.
|
void |
setTraceMsg(java.lang.String value)
Sets the value of the traceMsg property.
|
java.lang.String getPushroute()
void setPushroute(java.lang.String value)
java.math.BigInteger getMaxCallDurationSeconds()
void setMaxCallDurationSeconds(java.math.BigInteger value)
java.math.BigInteger getResponse()
void setResponse(java.math.BigInteger value)
java.lang.String getContact()
void setContact(java.lang.String value)
java.lang.String getTraceMsg()
void setTraceMsg(java.lang.String value)
java.lang.String getSendOos()
void setSendOos(java.lang.String value)