Class ImportStatus


  • public class ImportStatus
    extends Object
    • Constructor Detail

      • ImportStatus

        public ImportStatus()
    • Method Detail

      • setId

        public void setId​(Integer id)
      • getDescription

        public String getDescription()
      • setDescription

        public void setDescription​(String description)
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getNameWithNamespace

        public String getNameWithNamespace()
      • setNameWithNamespace

        public void setNameWithNamespace​(String nameWithNamespace)
      • getPath

        public String getPath()
      • setPath

        public void setPath​(String path)
      • getPathWithNamespace

        public String getPathWithNamespace()
      • setPathWithNamespace

        public void setPathWithNamespace​(String pathWithNamespace)
      • getCreatedAt

        public Date getCreatedAt()
      • setCreatedAt

        public void setCreatedAt​(Date createdAt)
      • getImportError

        public String getImportError()
      • setImportError

        public void setImportError​(String importError)