public class QueryPageSmartShortUrlLogRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
createDateEnd
This parameter is required.
|
Long |
createDateStart
This parameter is required.
|
Long |
ownerId |
Long |
pageNo
This parameter is required.
|
Long |
pageSize
This parameter is required.
|
String |
phoneNumber
example:
1390000****
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
String |
shortUrl
example:
http://ays.cn/****
|
| 构造器和说明 |
|---|
QueryPageSmartShortUrlLogRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static QueryPageSmartShortUrlLogRequest |
build(Map<String,?> map) |
Long |
getCreateDateEnd() |
Long |
getCreateDateStart() |
Long |
getOwnerId() |
Long |
getPageNo() |
Long |
getPageSize() |
String |
getPhoneNumber() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
String |
getShortUrl() |
QueryPageSmartShortUrlLogRequest |
setCreateDateEnd(Long createDateEnd) |
QueryPageSmartShortUrlLogRequest |
setCreateDateStart(Long createDateStart) |
QueryPageSmartShortUrlLogRequest |
setOwnerId(Long ownerId) |
QueryPageSmartShortUrlLogRequest |
setPageNo(Long pageNo) |
QueryPageSmartShortUrlLogRequest |
setPageSize(Long pageSize) |
QueryPageSmartShortUrlLogRequest |
setPhoneNumber(String phoneNumber) |
QueryPageSmartShortUrlLogRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
QueryPageSmartShortUrlLogRequest |
setResourceOwnerId(Long resourceOwnerId) |
QueryPageSmartShortUrlLogRequest |
setShortUrl(String shortUrl) |
@NameInMap(value="CreateDateEnd") public Long createDateEnd
This parameter is required.
example:20181225
@NameInMap(value="CreateDateStart") public Long createDateStart
This parameter is required.
example:20181225
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="PageNo") public Long pageNo
This parameter is required.
example:1
@NameInMap(value="PageSize") public Long pageSize
This parameter is required.
example:10
@NameInMap(value="PhoneNumber") public String phoneNumber
1390000****
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
@NameInMap(value="ShortUrl") public String shortUrl
http://ays.cn/****
public static QueryPageSmartShortUrlLogRequest build(Map<String,?> map) throws Exception
Exceptionpublic QueryPageSmartShortUrlLogRequest setCreateDateEnd(Long createDateEnd)
public Long getCreateDateEnd()
public QueryPageSmartShortUrlLogRequest setCreateDateStart(Long createDateStart)
public Long getCreateDateStart()
public QueryPageSmartShortUrlLogRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public QueryPageSmartShortUrlLogRequest setPageNo(Long pageNo)
public Long getPageNo()
public QueryPageSmartShortUrlLogRequest setPageSize(Long pageSize)
public Long getPageSize()
public QueryPageSmartShortUrlLogRequest setPhoneNumber(String phoneNumber)
public String getPhoneNumber()
public QueryPageSmartShortUrlLogRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public QueryPageSmartShortUrlLogRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public QueryPageSmartShortUrlLogRequest setShortUrl(String shortUrl)
public String getShortUrl()
Copyright © 2024. All rights reserved.