Interface Status
-
- All Known Implementing Classes:
StatusImpl
,StatusImpl
public interface Status
- Author:
- Jiandong Guo
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.
-