public class CreateSmartShortUrlRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
outId
example:
示例值示例值
|
Long |
ownerId |
String |
phoneNumbers
This parameter is required.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
String |
sourceUrl
This parameter is required.
|
| 构造器和说明 |
|---|
CreateSmartShortUrlRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CreateSmartShortUrlRequest |
build(Map<String,?> map) |
String |
getOutId() |
Long |
getOwnerId() |
String |
getPhoneNumbers() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
String |
getSourceUrl() |
CreateSmartShortUrlRequest |
setOutId(String outId) |
CreateSmartShortUrlRequest |
setOwnerId(Long ownerId) |
CreateSmartShortUrlRequest |
setPhoneNumbers(String phoneNumbers) |
CreateSmartShortUrlRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
CreateSmartShortUrlRequest |
setResourceOwnerId(Long resourceOwnerId) |
CreateSmartShortUrlRequest |
setSourceUrl(String sourceUrl) |
@NameInMap(value="OutId") public String outId
示例值示例值
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="PhoneNumbers") public String phoneNumbers
This parameter is required.
example:15900195***
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
@NameInMap(value="SourceUrl") public String sourceUrl
This parameter is required.
example:示例值
public static CreateSmartShortUrlRequest build(Map<String,?> map) throws Exception
Exceptionpublic CreateSmartShortUrlRequest setOutId(String outId)
public String getOutId()
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 setSourceUrl(String sourceUrl)
public String getSourceUrl()
Copyright © 2024. All rights reserved.