public class ShortUrlInfo
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
String |
mobile
example:
|
String |
shortUrl
example:
|
| Constructor and Description |
|---|
ShortUrlInfo() |
| Modifier and Type | Method and Description |
|---|---|
static ShortUrlInfo |
build(Map<String,?> map) |
String |
getMobile() |
String |
getShortUrl() |
ShortUrlInfo |
setMobile(String mobile) |
ShortUrlInfo |
setShortUrl(String shortUrl) |
@NameInMap(value="mobile") @Validation(required=true) public String mobile
15012345678
@NameInMap(value="short_url") @Validation(required=true) public String shortUrl
public static ShortUrlInfo build(Map<String,?> map) throws Exception
Exceptionpublic ShortUrlInfo setMobile(String mobile)
public String getMobile()
public ShortUrlInfo setShortUrl(String shortUrl)
public String getShortUrl()
Copyright © 2025. All rights reserved.