public static final class ListDeviceCertificateByCaSnRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ListDeviceCertificateByCaSnRequest |
build() |
ListDeviceCertificateByCaSnRequest.Builder |
caSn(String caSn)
The SN serial number of the CA certificate to be queried, indicating which CA certificate"s registered device certificates are to be retrieved.
|
ListDeviceCertificateByCaSnRequest.Builder |
mqttInstanceId(String mqttInstanceId)
The instance ID bound to the CA certificate, which is the instance ID of the MQTT version of the cloud message queue.
|
ListDeviceCertificateByCaSnRequest.Builder |
pageNo(String pageNo)
Indicates the page number of the returned results.
|
ListDeviceCertificateByCaSnRequest.Builder |
pageSize(String pageSize)
The maximum number of query records to display per page.
|
public ListDeviceCertificateByCaSnRequest.Builder caSn(String caSn)
The SN serial number of the CA certificate to be queried, indicating which CA certificate"s registered device certificates are to be retrieved.
This parameter is required.
example:007269004887******
public ListDeviceCertificateByCaSnRequest.Builder mqttInstanceId(String mqttInstanceId)
The instance ID bound to the CA certificate, which is the instance ID of the MQTT version of the cloud message queue.
This parameter is required.
example:post-cn-7mz2d******
public ListDeviceCertificateByCaSnRequest.Builder pageNo(String pageNo)
Indicates the page number of the returned results. The starting page is counted from 1.
This parameter is required.
example:2
public ListDeviceCertificateByCaSnRequest.Builder pageSize(String pageSize)
The maximum number of query records to display per page. Value range: 1 to 100.
This parameter is required.
example:10
public ListDeviceCertificateByCaSnRequest build()
Copyright © 2025. All rights reserved.