Interface Status
- All Known Implementing Classes:
StatusImpl,StatusImpl
public interface Status
- Author:
- Jiandong Guo
-
Method Summary
-
Method Details
-
isValid
boolean isValid() -
getCode
String getCode()Gets the value of the code property.- Returns:
String
-
getReason
String getReason()Gets the value of the reason property.- Returns:
String
-
setCode
Sets the value of the code property.- Parameters:
value-String
-
setReason
Sets the value of the reason property.- Parameters:
value-String
-