Package org.gitlab4j.api.models
Class DeployKey
- java.lang.Object
-
- org.gitlab4j.api.models.DeployKey
-
public class DeployKey extends Object
-
-
Constructor Summary
Constructors Constructor Description DeployKey()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Boolean
getCanPush()
Date
getCreatedAt()
Integer
getId()
String
getKey()
String
getTitle()
void
setCanPush(Boolean canPush)
void
setCreatedAt(Date createdAt)
void
setId(Integer id)
void
setKey(String key)
void
setTitle(String title)
String
toString()
-
-
-
Method Detail
-
getId
public Integer getId()
-
setId
public void setId(Integer id)
-
getKey
public String getKey()
-
setKey
public void setKey(String key)
-
getTitle
public String getTitle()
-
setTitle
public void setTitle(String title)
-
getCanPush
public Boolean getCanPush()
-
setCanPush
public void setCanPush(Boolean canPush)
-
getCreatedAt
public Date getCreatedAt()
-
setCreatedAt
public void setCreatedAt(Date createdAt)
-
-