public static final class ListDeviceCertificateResponseBody.Data.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ListDeviceCertificateResponseBody.Data |
build() |
ListDeviceCertificateResponseBody.Data.Builder |
deviceCertificateVOS(List<ListDeviceCertificateResponseBody.DeviceCertificateVOS> deviceCertificateVOS)
Details of the device certificate.
|
ListDeviceCertificateResponseBody.Data.Builder |
pageNo(Integer pageNo)
The current page number of the returned query records.
|
ListDeviceCertificateResponseBody.Data.Builder |
pageSize(Integer pageSize)
The maximum number of results to display per page.
|
ListDeviceCertificateResponseBody.Data.Builder |
total(Integer total)
Maximum number of pages in the query result.
|
public ListDeviceCertificateResponseBody.Data.Builder deviceCertificateVOS(List<ListDeviceCertificateResponseBody.DeviceCertificateVOS> deviceCertificateVOS)
Details of the device certificate.
public ListDeviceCertificateResponseBody.Data.Builder pageNo(Integer pageNo)
The current page number of the returned query records.
example:2
public ListDeviceCertificateResponseBody.Data.Builder pageSize(Integer pageSize)
The maximum number of results to display per page.
example:10
public ListDeviceCertificateResponseBody.Data.Builder total(Integer total)
Maximum number of pages in the query result.
example:1
public ListDeviceCertificateResponseBody.Data build()
Copyright © 2025. All rights reserved.