Class RestArtifact


  • public class RestArtifact
    extends Object
    • Constructor Detail

      • RestArtifact

        public RestArtifact()
      • RestArtifact

        public RestArtifact​(long id,
                            String name,
                            String producerJobKey,
                            Boolean shared,
                            Long size)
    • Method Detail

      • getName

        public String getName()
      • getProducerJobKey

        public String getProducerJobKey()
      • isShared

        public Boolean isShared()
      • getSize

        public Long getSize()
      • getId

        public long getId()