Class LabelEvent

java.lang.Object
org.gitlab4j.api.models.LabelEvent

public class LabelEvent extends Object
  • Constructor Details

    • LabelEvent

      public LabelEvent()
  • Method Details

    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • getUser

      public User getUser()
    • setUser

      public void setUser(User user)
    • getCreatedAt

      public String getCreatedAt()
    • setCreatedAt

      public void setCreatedAt(String createdAt)
    • getResourceType

      public LabelEvent.ResourceType getResourceType()
    • setResourceType

      public void setResourceType(LabelEvent.ResourceType resourceType)
    • getResourceId

      public Long getResourceId()
    • setResourceId

      public void setResourceId(Long resourceId)
    • getLabel

      public Label getLabel()
    • setLabel

      public void setLabel(Label label)
    • getAction

      public String getAction()
    • setAction

      public void setAction(String action)
    • toString

      public String toString()
      Overrides:
      toString in class Object