Class ManifestRepresentation

All Implemented Interfaces:
ResourceRepresentation, org.svenson.DynamicProperties
Direct Known Subclasses:
MicroserviceManifestRepresentation

public class ManifestRepresentation extends AbstractExtensibleRepresentation
  • Constructor Details

    • ManifestRepresentation

      public ManifestRepresentation()
  • Method Details

    • 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)