Class ImportResult

    • Field Detail

      • successful

        protected boolean successful
      • planId

        protected String planId
    • Constructor Detail

      • ImportResult

        public ImportResult()
    • Method Detail

      • isSuccessful

        public boolean isSuccessful()
      • setSuccessful

        public void setSuccessful​(boolean successful)
      • getPlanId

        public String getPlanId()
      • setPlanId

        public void setPlanId​(String planId)
      • setErrors

        public void setErrors​(List<String> errors)