Class RegistryRepository

java.lang.Object
org.gitlab4j.api.models.RegistryRepository

public class RegistryRepository extends Object
  • Constructor Details

    • RegistryRepository

      public RegistryRepository()
  • Method Details

    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getPath

      public String getPath()
    • setPath

      public void setPath(String path)
    • getLocation

      public String getLocation()
    • setLocation

      public void setLocation(String location)
    • getCreatedAt

      public Date getCreatedAt()
    • setCreatedAt

      public void setCreatedAt(Date createdAt)
    • toString

      public String toString()
      Overrides:
      toString in class Object