public class QueryShortUrlRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
ownerId |
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
String |
shortUrl
The short URL.
|
| 构造器和说明 |
|---|
QueryShortUrlRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static QueryShortUrlRequest |
build(Map<String,?> map) |
Long |
getOwnerId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
String |
getShortUrl() |
QueryShortUrlRequest |
setOwnerId(Long ownerId) |
QueryShortUrlRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
QueryShortUrlRequest |
setResourceOwnerId(Long resourceOwnerId) |
QueryShortUrlRequest |
setShortUrl(String shortUrl) |
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
@NameInMap(value="ShortUrl") public String shortUrl
The short URL. You can query the short URL by calling the AddShortUrl operation.
This parameter is required.
example:http://****.cn/6y8uy7
public static QueryShortUrlRequest build(Map<String,?> map) throws Exception
Exceptionpublic QueryShortUrlRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public QueryShortUrlRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public QueryShortUrlRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public QueryShortUrlRequest setShortUrl(String shortUrl)
public String getShortUrl()
Copyright © 2024. All rights reserved.