Package org.miaixz.bus.gitlab.models
Class AbstractMinimalEpic<E extends AbstractMinimalEpic<E>>
java.lang.Object
org.miaixz.bus.gitlab.models.AbstractMinimalEpic<E>
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AbstractEpic,CreatedChildEpic
public class AbstractMinimalEpic<E extends AbstractMinimalEpic<E>>
extends Object
implements Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()getIid()getTitle()voidsetGroupId(Long groupId) voidvoidvoidsetParentId(Long parentId) voidsetReference(String reference) voidtoString()
-
Constructor Details
-
AbstractMinimalEpic
public AbstractMinimalEpic()
-
-
Method Details
-
getId
-
setId
-
getIid
-
setIid
-
getGroupId
-
setGroupId
-
getParentId
-
setParentId
-
getTitle
-
setTitle
-
withTitle
-
getReference
-
setReference
-
toString
-