public class GetExecuteUrlResponseBody
extends com.aliyun.tea.TeaModel
构造器和说明 |
---|
GetExecuteUrlResponseBody() |
限定符和类型 | 方法和说明 |
---|---|
static GetExecuteUrlResponseBody |
build(Map<String,?> map) |
String |
getLongUrl() |
String |
getMobileUrl() |
String |
getPcUrl() |
String |
getShortUrl() |
GetExecuteUrlResponseBody |
setLongUrl(String longUrl) |
GetExecuteUrlResponseBody |
setMobileUrl(String mobileUrl) |
GetExecuteUrlResponseBody |
setPcUrl(String pcUrl) |
GetExecuteUrlResponseBody |
setShortUrl(String shortUrl) |
@NameInMap(value="longUrl") public String longUrl
@NameInMap(value="mobileUrl") public String mobileUrl
@NameInMap(value="pcUrl") public String pcUrl
@NameInMap(value="shortUrl") public String shortUrl
public static GetExecuteUrlResponseBody build(Map<String,?> map) throws Exception
Exception
public GetExecuteUrlResponseBody setLongUrl(String longUrl)
public String getLongUrl()
public GetExecuteUrlResponseBody setMobileUrl(String mobileUrl)
public String getMobileUrl()
public GetExecuteUrlResponseBody setPcUrl(String pcUrl)
public String getPcUrl()
public GetExecuteUrlResponseBody setShortUrl(String shortUrl)
public String getShortUrl()
Copyright © 2023. All rights reserved.