java.lang.Object
com.lark.oapi.service.application.v6.model.Event

public class Event extends Object
  • 构造器详细资料

    • Event

      public Event()
    • Event

      public Event(Event.Builder builder)
  • 方法详细资料

    • newBuilder

      public static Event.Builder newBuilder()
    • getEventType

      public String getEventType()
    • setEventType

      public void setEventType(String eventType)
    • getEventName

      public String getEventName()
    • setEventName

      public void setEventName(String eventName)
    • getEventDescription

      public String getEventDescription()
    • setEventDescription

      public void setEventDescription(String eventDescription)