public static final class GetCardSmsDetailsRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
GetCardSmsDetailsRequest.Builder |
bizCardId(String bizCardId)
Card SMS sending ID, which is the BizCardId field in the response when calling SendCardSms or SendBatchCardSms.
|
GetCardSmsDetailsRequest.Builder |
bizDigitId(String bizDigitId)
Digital SMS sending ID, which is the BizDigitalId field in the response when calling SendCardSms or SendBatchCardSms.
|
GetCardSmsDetailsRequest.Builder |
bizSmsId(String bizSmsId)
Text SMS sending ID, which is the BizSmsId field in the response when calling SendCardSms or SendBatchCardSms.
|
GetCardSmsDetailsRequest |
build() |
GetCardSmsDetailsRequest.Builder |
currentPage(Long currentPage)
For paginated viewing of sending records, specify the current page number of the sending records.
|
GetCardSmsDetailsRequest.Builder |
ownerId(Long ownerId)
OwnerId.
|
GetCardSmsDetailsRequest.Builder |
pageSize(Long pageSize)
For paginated viewing of sending records, specify the number of card SMS records to display per page.
|
GetCardSmsDetailsRequest.Builder |
phoneNumber(String phoneNumber)
Domestic phone number that received the SMS.
|
GetCardSmsDetailsRequest.Builder |
resourceOwnerAccount(String resourceOwnerAccount)
ResourceOwnerAccount.
|
GetCardSmsDetailsRequest.Builder |
resourceOwnerId(Long resourceOwnerId)
ResourceOwnerId.
|
GetCardSmsDetailsRequest.Builder |
sendDate(String sendDate)
Card SMS sending date, supports querying records from the last 30 days.
|
public GetCardSmsDetailsRequest.Builder bizCardId(String bizCardId)
Card SMS sending ID, which is the BizCardId field in the response when calling SendCardSms or SendBatchCardSms.
example:123456^0
public GetCardSmsDetailsRequest.Builder bizDigitId(String bizDigitId)
Digital SMS sending ID, which is the BizDigitalId field in the response when calling SendCardSms or SendBatchCardSms.
example:12346^0
public GetCardSmsDetailsRequest.Builder bizSmsId(String bizSmsId)
Text SMS sending ID, which is the BizSmsId field in the response when calling SendCardSms or SendBatchCardSms.
example:1234576^0
public GetCardSmsDetailsRequest.Builder currentPage(Long currentPage)
For paginated viewing of sending records, specify the current page number of the sending records.
example:1
public GetCardSmsDetailsRequest.Builder ownerId(Long ownerId)
public GetCardSmsDetailsRequest.Builder pageSize(Long pageSize)
For paginated viewing of sending records, specify the number of card SMS records to display per page.
The value range is 1~50.
example:10
public GetCardSmsDetailsRequest.Builder phoneNumber(String phoneNumber)
Domestic phone number that received the SMS. Format: 11-digit phone number, for example, 1390000****.
This parameter is required.
example:1390000****
public GetCardSmsDetailsRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public GetCardSmsDetailsRequest.Builder resourceOwnerId(Long resourceOwnerId)
public GetCardSmsDetailsRequest.Builder sendDate(String sendDate)
Card SMS sending date, supports querying records from the last 30 days.
Format: yyyyMMdd, for example, 20240112.
This parameter is required.
example:20240112
public GetCardSmsDetailsRequest build()
Copyright © 2026. All rights reserved.