public class CalendarFreebusyError extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
CalendarFreebusyError.Builder |
| 构造器和说明 |
|---|
CalendarFreebusyError() |
CalendarFreebusyError(CalendarFreebusyError.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCalendarId() |
String |
getErrorMsg() |
static CalendarFreebusyError.Builder |
newBuilder() |
void |
setCalendarId(String calendarId) |
void |
setErrorMsg(String errorMsg) |
public CalendarFreebusyError()
public CalendarFreebusyError(CalendarFreebusyError.Builder builder)
public static CalendarFreebusyError.Builder newBuilder()
public String getCalendarId()
public void setCalendarId(String calendarId)
public String getErrorMsg()
public void setErrorMsg(String errorMsg)
Copyright © 2022. All rights reserved.