Class ManifestRepresentation

    • Constructor Detail

      • ManifestRepresentation

        public ManifestRepresentation()
    • Method Detail

      • getId

        @JSONProperty(ignoreIfNull=true)
        public Long getId()
      • setId

        public void setId​(Long id)
      • getApplicationId

        @JSONProperty(ignoreIfNull=true)
        public Long getApplicationId()
      • setApplicationId

        public void setApplicationId​(Long applicationId)
      • getImports

        @JSONProperty(ignoreIfNull=true)
        public List<String> getImports()
      • getUniqueImports

        @JSONProperty(ignore=true)
        public List<String> getUniqueImports()
      • setImports

        public void setImports​(List<String> imports)
      • getContextPath

        @JSONProperty(ignoreIfNull=true)
        public String getContextPath()
      • setContextPath

        public void setContextPath​(String contextPath)