Package org.miaixz.bus.gitlab.hooks.web
Class EventLabel
java.lang.Object
org.miaixz.bus.gitlab.hooks.web.EventLabel
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetColor()getId()getTitle()getType()voidvoidsetCreatedAt(Date createdAt) voidsetDescription(String description) voidsetGroupId(Long groupId) voidvoidsetProjectId(Long projectId) voidsetTemplate(Boolean template) voidvoidsetType(EventLabel.LabelType type) voidsetUpdatedAt(Date updatedAt) toString()
-
Constructor Details
-
EventLabel
public EventLabel()
-
-
Method Details