Class ArtifactMetadata

java.lang.Object
dev.galasa.framework.spi.ras.ArtifactMetadata

public class ArtifactMetadata extends Object
  • Constructor Details

    • ArtifactMetadata

      public ArtifactMetadata(String path, String contentType)
    • ArtifactMetadata

      public ArtifactMetadata(String path, String contentType, Long size)
  • Method Details

    • getPath

      public String getPath()
    • getContentType

      public String getContentType()
    • getSize

      public Long getSize()
    • setPath

      public void setPath(String path)
    • setContentType

      public void setContentType(String contentType)
    • setSize

      public void setSize(Long size)