public static class CreateTodoTaskRequest.CreateTodoTaskRequestActionList
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
actionKey |
Integer |
actionType |
Integer |
buttonStyleType |
CreateTodoTaskRequest.CreateTodoTaskRequestActionListParam |
param |
String |
pcUrl |
String |
title |
String |
url |
构造器和说明 |
---|
CreateTodoTaskRequestActionList() |
@NameInMap(value="actionKey") public String actionKey
@NameInMap(value="actionType") public Integer actionType
@NameInMap(value="buttonStyleType") public Integer buttonStyleType
@NameInMap(value="param") public CreateTodoTaskRequest.CreateTodoTaskRequestActionListParam param
@NameInMap(value="pcUrl") public String pcUrl
@NameInMap(value="title") public String title
@NameInMap(value="url") public String url
public static CreateTodoTaskRequest.CreateTodoTaskRequestActionList build(Map<String,?> map) throws Exception
Exception
public CreateTodoTaskRequest.CreateTodoTaskRequestActionList setActionKey(String actionKey)
public String getActionKey()
public CreateTodoTaskRequest.CreateTodoTaskRequestActionList setActionType(Integer actionType)
public Integer getActionType()
public CreateTodoTaskRequest.CreateTodoTaskRequestActionList setButtonStyleType(Integer buttonStyleType)
public Integer getButtonStyleType()
public CreateTodoTaskRequest.CreateTodoTaskRequestActionList setParam(CreateTodoTaskRequest.CreateTodoTaskRequestActionListParam param)
public CreateTodoTaskRequest.CreateTodoTaskRequestActionListParam getParam()
public CreateTodoTaskRequest.CreateTodoTaskRequestActionList setPcUrl(String pcUrl)
public String getPcUrl()
public CreateTodoTaskRequest.CreateTodoTaskRequestActionList setTitle(String title)
public String getTitle()
public CreateTodoTaskRequest.CreateTodoTaskRequestActionList setUrl(String url)
public String getUrl()
Copyright © 2024. All rights reserved.