public static final class QuerySubscriptionDetailRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
QuerySubscriptionDetailRequest |
build() |
QuerySubscriptionDetailRequest.Builder |
ownerId(Long ownerId)
OwnerId.
|
QuerySubscriptionDetailRequest.Builder |
phoneNoX(String phoneNoX)
The private number in the binding, that is, phone number X.
|
QuerySubscriptionDetailRequest.Builder |
poolKey(String poolKey)
The key of the phone number pool.
|
QuerySubscriptionDetailRequest.Builder |
productType(String productType)
The product type.
|
QuerySubscriptionDetailRequest.Builder |
resourceOwnerAccount(String resourceOwnerAccount)
ResourceOwnerAccount.
|
QuerySubscriptionDetailRequest.Builder |
resourceOwnerId(Long resourceOwnerId)
ResourceOwnerId.
|
QuerySubscriptionDetailRequest.Builder |
subsId(String subsId)
The binding ID.
|
public QuerySubscriptionDetailRequest.Builder ownerId(Long ownerId)
public QuerySubscriptionDetailRequest.Builder phoneNoX(String phoneNoX)
The private number in the binding, that is, phone number X.
This parameter is required.
example:13900001234
public QuerySubscriptionDetailRequest.Builder poolKey(String poolKey)
The key of the phone number pool. Log on to the Phone Number Protection console and view the key of the phone number pool on the Number Pool Management page.
example:This parameter is required when ProductType is left empty.
FC123456
public QuerySubscriptionDetailRequest.Builder productType(String productType)
The product type. Valid values:
This parameter is applicable to the original key accounts of Alibaba Cloud. This parameter can be ignored for Alibaba Cloud users.
This parameter is required when PoolKey is left empty.
AXB_170
public QuerySubscriptionDetailRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public QuerySubscriptionDetailRequest.Builder resourceOwnerId(Long resourceOwnerId)
public QuerySubscriptionDetailRequest.Builder subsId(String subsId)
The binding ID.
Log on to the Phone Number Protection console, choose Number and Number Pool > Number Management. On the Number Management page, select the desired record and click Details to view the binding ID. Alternatively, you can view the value of the SubsId parameter returned by an API operation for a phone number binding such as BindAxb. The value of this parameter indicates a binding ID.
This parameter is required.
example:100000076879****
public QuerySubscriptionDetailRequest build()
Copyright © 2025. All rights reserved.