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