public static final class AddShortUrlResponseBody.Data.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
AddShortUrlResponseBody.Data |
build() |
AddShortUrlResponseBody.Data.Builder |
expireDate(String expireDate)
The time when the short URL expires.
|
AddShortUrlResponseBody.Data.Builder |
shortUrl(String shortUrl)
The short URL.
|
AddShortUrlResponseBody.Data.Builder |
sourceUrl(String sourceUrl)
The source URL.
|
public AddShortUrlResponseBody.Data.Builder expireDate(String expireDate)
The time when the short URL expires.
example:The value of ExpireDate is on the hour.
2021-09-19 00:00:00
public AddShortUrlResponseBody.Data.Builder shortUrl(String shortUrl)
The short URL.
example:http://****.cn/6y8uy7
public AddShortUrlResponseBody.Data.Builder sourceUrl(String sourceUrl)
The source URL.
example:public AddShortUrlResponseBody.Data build()
Copyright © 2026. All rights reserved.