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 StringgetCode()Gets the value of the code property.StringgetReason()Gets the value of the reason property.booleanisValid()voidsetCode(String value)Sets the value of the code property.voidsetReason(String value)Sets the value of the reason property.
-