public interface Status
| Modifier and Type | Method and Description |
|---|---|
String |
getCode()
Gets the value of the code property.
|
String |
getReason()
Gets the value of the reason property.
|
boolean |
isValid() |
void |
setCode(String value)
Sets the value of the code property.
|
void |
setReason(String value)
Sets the value of the reason property.
|
Copyright © 2005–2018 Oracle Corporation. All rights reserved.