public interface SalErrorToCommandStatusMappingRuleMBean
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCommandStatusValue() |
java.lang.String |
getName()
Gets the value of the name property.
|
java.math.BigInteger |
getSalErrorCodeLowerLimit()
Gets the value of the salErrorCodeLowerLimit property.
|
java.math.BigInteger |
getSalErrorCodeUpperLimit()
Gets the value of the salErrorCodeUpperLimit property.
|
void |
setCommandStatusValue(java.lang.String value)
Set the value of commandStatus
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setSalErrorCodeLowerLimit(java.math.BigInteger value)
Sets the value of the salErrorCodeLowerLimit property.
|
void |
setSalErrorCodeUpperLimit(java.math.BigInteger value)
Sets the value of the salErrorCodeUpperLimit property.
|
java.lang.String getName()
void setName(java.lang.String value)
java.math.BigInteger getSalErrorCodeLowerLimit()
void setSalErrorCodeLowerLimit(java.math.BigInteger value)
java.math.BigInteger getSalErrorCodeUpperLimit()
void setSalErrorCodeUpperLimit(java.math.BigInteger value)
void setCommandStatusValue(java.lang.String value)
java.lang.String getCommandStatusValue()