public static final class QueryShortUrlResponseBody.Data.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
QueryShortUrlResponseBody.Data |
build() |
QueryShortUrlResponseBody.Data.Builder |
createDate(String createDate)
The time when the short URL was created.
|
QueryShortUrlResponseBody.Data.Builder |
expireDate(String expireDate)
The time when the short URL expires.
|
QueryShortUrlResponseBody.Data.Builder |
pageViewCount(String pageViewCount)
The PV.
|
QueryShortUrlResponseBody.Data.Builder |
shortUrl(String shortUrl)
The short URL.
|
QueryShortUrlResponseBody.Data.Builder |
shortUrlName(String shortUrlName)
The service name of the short URL.
|
QueryShortUrlResponseBody.Data.Builder |
shortUrlStatus(String shortUrlStatus)
The status of the short URL.
|
QueryShortUrlResponseBody.Data.Builder |
sourceUrl(String sourceUrl)
The source address.
|
QueryShortUrlResponseBody.Data.Builder |
uniqueVisitorCount(String uniqueVisitorCount)
The UV.
|
public QueryShortUrlResponseBody.Data.Builder createDate(String createDate)
The time when the short URL was created.
example:2019-01-08 16:44:13
public QueryShortUrlResponseBody.Data.Builder expireDate(String expireDate)
The time when the short URL expires.
example:2019-01-22 11:21:11
public QueryShortUrlResponseBody.Data.Builder pageViewCount(String pageViewCount)
The PV.
example:300
public QueryShortUrlResponseBody.Data.Builder shortUrl(String shortUrl)
The short URL.
example:http://****.cn/6y8uy7
public QueryShortUrlResponseBody.Data.Builder shortUrlName(String shortUrlName)
The service name of the short URL.
example:The Alibaba Cloud Short Link service.
public QueryShortUrlResponseBody.Data.Builder shortUrlStatus(String shortUrlStatus)
The status of the short URL. Valid values:
expired
public QueryShortUrlResponseBody.Data.Builder sourceUrl(String sourceUrl)
The source address.
example:public QueryShortUrlResponseBody.Data.Builder uniqueVisitorCount(String uniqueVisitorCount)
The UV.
example:23
public QueryShortUrlResponseBody.Data build()
Copyright © 2026. All rights reserved.