Package org.gitlab4j.api.models
Class RegistryRepository
- java.lang.Object
-
- org.gitlab4j.api.models.RegistryRepository
-
public class RegistryRepository extends Object
-
-
Method Detail
-
getId
public Integer getId()
-
setId
public void setId(Integer 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)
-
-