public static final class AddShortUrlResponseBody.Data.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
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 value of **ExpireDate** is on the hour.
public AddShortUrlResponseBody.Data.Builder shortUrl(String shortUrl)
public AddShortUrlResponseBody.Data.Builder sourceUrl(String sourceUrl)
public AddShortUrlResponseBody.Data build()
Copyright © 2024. All rights reserved.