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="taskId") public String taskId
@NameInMap(value="pcUrl") public String pcUrl
@NameInMap(value="mobileUrl") public String mobileUrl
public static ProcessStartResponseBody build(Map<String,?> map) throws Exception
Exception
public ProcessStartResponseBody setTaskId(String taskId)
public String getTaskId()
public ProcessStartResponseBody setPcUrl(String pcUrl)
public String getPcUrl()
public ProcessStartResponseBody setMobileUrl(String mobileUrl)
public String getMobileUrl()
Copyright © 2021. All rights reserved.