Class ContentCopyCreation

java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.dataset.create.ContentCopyCreation
All Implemented Interfaces:
ICreation, Serializable

@JsonObject("as.dto.dataset.create.ContentCopyCreation") public class ContentCopyCreation extends Object implements ICreation
See Also:
  • Constructor Details

    • ContentCopyCreation

      public ContentCopyCreation()
  • Method Details

    • getExternalId

      public String getExternalId()
    • setExternalId

      public void setExternalId(String externalId)
    • getPath

      public String getPath()
    • setPath

      public void setPath(String path)
    • getGitCommitHash

      public String getGitCommitHash()
    • setGitCommitHash

      public void setGitCommitHash(String gitCommitHash)
    • getGitRepositoryId

      public String getGitRepositoryId()
    • setGitRepositoryId

      public void setGitRepositoryId(String gitRepositoryId)
    • getExternalDmsId

      public IExternalDmsId getExternalDmsId()
    • setExternalDmsId

      public void setExternalDmsId(IExternalDmsId externalDmsId)
    • toString

      public String toString()
      Overrides:
      toString in class Object