public interface RequestStatusCodeMBean
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.String |
getRequest()
Gets the value of the request property.
|
java.math.BigInteger |
getStatusCode()
Gets the value of the statusCode property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setRequest(java.lang.String value)
Sets the value of the request property.
|
void |
setStatusCode(java.math.BigInteger value)
Sets the value of the statusCode property.
|
java.lang.String getName()
void setName(java.lang.String value)
java.lang.String getRequest()
void setRequest(java.lang.String value)
java.math.BigInteger getStatusCode()
void setStatusCode(java.math.BigInteger value)