public static final class QueryShortUrlRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
QueryShortUrlRequest |
build() |
QueryShortUrlRequest.Builder |
ownerId(Long ownerId)
OwnerId.
|
QueryShortUrlRequest.Builder |
resourceOwnerAccount(String resourceOwnerAccount)
ResourceOwnerAccount.
|
QueryShortUrlRequest.Builder |
resourceOwnerId(Long resourceOwnerId)
ResourceOwnerId.
|
QueryShortUrlRequest.Builder |
shortUrl(String shortUrl)
The short URL.
|
public QueryShortUrlRequest.Builder ownerId(Long ownerId)
public QueryShortUrlRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public QueryShortUrlRequest.Builder resourceOwnerId(Long resourceOwnerId)
public QueryShortUrlRequest.Builder shortUrl(String shortUrl)
The short URL. You can query the short URL by calling the AddShortUrl operation.
This parameter is required.
example:http://****.cn/6y8uy7
public QueryShortUrlRequest build()
Copyright © 2026. All rights reserved.