Package org.gitlab4j.api.models
Class RegistryRepository
- java.lang.Object
-
- org.gitlab4j.api.models.RegistryRepository
-
public class RegistryRepository extends Object
-
-
Constructor Summary
Constructors Constructor Description RegistryRepository()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Date
getCreatedAt()
Integer
getId()
String
getLocation()
String
getName()
String
getPath()
void
setCreatedAt(Date createdAt)
void
setId(Integer id)
void
setLocation(String location)
void
setName(String name)
void
setPath(String path)
String
toString()
-
-
-
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)
-
-