Interface Status

  • All Known Implementing Classes:
    StatusImpl, StatusImpl

    public interface Status
    Author:
    Jiandong Guo
    • Method Detail

      • 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