All Known Implementing Classes:
StatusImpl, StatusImpl

public interface Status
Author:
Jiandong Guo
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the value of the code property.
    Gets the value of the reason property.
    boolean
     
    void
    setCode(String value)
    Sets the value of the code property.
    void
    Sets the value of the reason property.
  • 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

      void setCode(String value)
      Sets the value of the code property.
      Parameters:
      value - String
    • setReason

      void setReason(String value)
      Sets the value of the reason property.
      Parameters:
      value - String