public class QueryShortUrlRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
ownerId |
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
String |
shortUrl |
| 构造器和说明 |
|---|
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
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 © 2022. All rights reserved.