类 CalendarFreebusyError

java.lang.Object
com.lark.oapi.service.calendar.v4.model.CalendarFreebusyError

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

    • CalendarFreebusyError

      public CalendarFreebusyError()
    • CalendarFreebusyError

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

    • newBuilder

      public static CalendarFreebusyError.Builder newBuilder()
    • getCalendarId

      public String getCalendarId()
    • setCalendarId

      public void setCalendarId(String calendarId)
    • getErrorMsg

      public String getErrorMsg()
    • setErrorMsg

      public void setErrorMsg(String errorMsg)