public static class CreateEventRequest.CreateEventRequestReminders
extends com.aliyun.tea.TeaModel
构造器和说明 |
---|
CreateEventRequestReminders() |
限定符和类型 | 方法和说明 |
---|---|
static CreateEventRequest.CreateEventRequestReminders |
build(Map<String,?> map) |
String |
getMethod() |
Integer |
getMinutes() |
CreateEventRequest.CreateEventRequestReminders |
setMethod(String method) |
CreateEventRequest.CreateEventRequestReminders |
setMinutes(Integer minutes) |
@NameInMap(value="method") public String method
@NameInMap(value="minutes") public Integer minutes
public static CreateEventRequest.CreateEventRequestReminders build(Map<String,?> map) throws Exception
Exception
public CreateEventRequest.CreateEventRequestReminders setMethod(String method)
public String getMethod()
public CreateEventRequest.CreateEventRequestReminders setMinutes(Integer minutes)
public Integer getMinutes()
Copyright © 2024. All rights reserved.