Class LanguageValidationResult

    • Constructor Detail

      • LanguageValidationResult

        public LanguageValidationResult​(String text)
    • Method Detail

      • getText

        public String getText()
      • isSuccess

        public boolean isSuccess()
      • setError

        public void setError​(String error)
      • getError

        public String getError()
      • getShortError

        public String getShortError()
      • setShortError

        public void setShortError​(String shortError)
      • getIndex

        public int getIndex()
      • setIndex

        public void setIndex​(int index)