public class ProcessStartResponseBody
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
ProcessStartResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ProcessStartResponseBody |
build(Map<String,?> map) |
String |
getMobileUrl() |
String |
getPcUrl() |
String |
getTaskId() |
ProcessStartResponseBody |
setMobileUrl(String mobileUrl) |
ProcessStartResponseBody |
setPcUrl(String pcUrl) |
ProcessStartResponseBody |
setTaskId(String taskId) |
@NameInMap(value="mobileUrl") public String mobileUrl
@NameInMap(value="pcUrl") public String pcUrl
@NameInMap(value="taskId") public String taskId
public static ProcessStartResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic ProcessStartResponseBody setMobileUrl(String mobileUrl)
public String getMobileUrl()
public ProcessStartResponseBody setPcUrl(String pcUrl)
public String getPcUrl()
public ProcessStartResponseBody setTaskId(String taskId)
public String getTaskId()
Copyright © 2022. All rights reserved.