Class Result

    • Constructor Detail

      • Result

        public Result()
    • Method Detail

      • getErrorCode

        public ErrorCode getErrorCode()
      • setError

        public void setError​(ErrorCode errorCode)
      • getRc

        public int getRc()
      • hasError

        public boolean hasError()
      • getResultDetails

        public Object getResultDetails()
      • setResultDetails

        public void setResultDetails​(Object resultDetails)