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