Class ImportResult

  • All Implemented Interfaces:
    java.io.Serializable

    public class ImportResult
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String planId  
      protected boolean successful  
    • Constructor Summary

      Constructors 
      Constructor Description
      ImportResult()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.String> getErrors()  
      java.lang.String getPlanId()  
      boolean isSuccessful()  
      void setErrors​(java.util.List<java.lang.String> errors)  
      void setPlanId​(java.lang.String planId)  
      void setSuccessful​(boolean successful)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • successful

        protected boolean successful
      • planId

        protected java.lang.String planId
    • Constructor Detail

      • ImportResult

        public ImportResult()
    • Method Detail

      • isSuccessful

        public boolean isSuccessful()
      • setSuccessful

        public void setSuccessful​(boolean successful)
      • getPlanId

        public java.lang.String getPlanId()
      • setPlanId

        public void setPlanId​(java.lang.String planId)
      • getErrors

        public java.util.List<java.lang.String> getErrors()
      • setErrors

        public void setErrors​(java.util.List<java.lang.String> errors)