Class Location

java.lang.Object
org.machanism.machai.schema.Location

@Generated("jsonschema2pojo") public class Location extends Object
Details about the artifact's storage location, repository type, and metadata.
  • Constructor Details

    • Location

      public Location()
  • Method Details

    • getRepositoryType

      public String getRepositoryType()
      Type of repository (e.g., Maven, NPM, Git, DockerHub, PyPI). (Required)
    • setRepositoryType

      public void setRepositoryType(String repositoryType)
      Type of repository (e.g., Maven, NPM, Git, DockerHub, PyPI). (Required)
    • getRepositoryUrl

      public URI getRepositoryUrl()
      URL of the repository hosting the artifact.
    • setRepositoryUrl

      public void setRepositoryUrl(URI repositoryUrl)
      URL of the repository hosting the artifact.
    • getCoordinates

      public Coordinates getCoordinates()
      Coordinates identifying the artifact within the repository. (Required)
    • setCoordinates

      public void setCoordinates(Coordinates coordinates)
      Coordinates identifying the artifact within the repository. (Required)
    • getAdditionalProperties

      public Map<String,Object> getAdditionalProperties()
    • setAdditionalProperty

      public void setAdditionalProperty(String name, Object value)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object