public class DeleteShortUrlRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
ownerId |
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
String |
sourceUrl |
| 构造器和说明 |
|---|
DeleteShortUrlRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DeleteShortUrlRequest |
build(Map<String,?> map) |
Long |
getOwnerId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
String |
getSourceUrl() |
DeleteShortUrlRequest |
setOwnerId(Long ownerId) |
DeleteShortUrlRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
DeleteShortUrlRequest |
setResourceOwnerId(Long resourceOwnerId) |
DeleteShortUrlRequest |
setSourceUrl(String sourceUrl) |
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
@NameInMap(value="SourceUrl") public String sourceUrl
public static DeleteShortUrlRequest build(Map<String,?> map) throws Exception
Exceptionpublic DeleteShortUrlRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DeleteShortUrlRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public DeleteShortUrlRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public DeleteShortUrlRequest setSourceUrl(String sourceUrl)
public String getSourceUrl()
Copyright © 2022. All rights reserved.