public static final class ListDeviceCertificateResponseBody.DeviceCertificateVOS.Builder extends Object
public ListDeviceCertificateResponseBody.DeviceCertificateVOS.Builder caSn(String caSn)
The SN serial number of the CA certificate to which the device certificate belongs, used to uniquely identify a CA certificate.
example:00f26900ba87******
public ListDeviceCertificateResponseBody.DeviceCertificateVOS.Builder deviceContent(String deviceContent)
Content of the device certificate.
represents a new line.
example:-----BEGIN DEVICECERTIFICATE-----\nMIIDuzCCAqdGVzdC5jbi1xaW5n******\n-----END DEVICECERTIFICATE-----
public ListDeviceCertificateResponseBody.DeviceCertificateVOS.Builder deviceName(String deviceName)
Name of the device certificate.
example:mqtt_device
public ListDeviceCertificateResponseBody.DeviceCertificateVOS.Builder deviceSn(String deviceSn)
The SN serial number of the device certificate, used to uniquely identify a device certificate.
example:356217374433******
public ListDeviceCertificateResponseBody.DeviceCertificateVOS.Builder status(String status)
The status of the device certificate. The values are as follows:
1
public ListDeviceCertificateResponseBody.DeviceCertificateVOS.Builder validBegin(String validBegin)
The start time when the device certificate becomes effective. The format is a Unix timestamp in milliseconds.
example:1654137303000
public ListDeviceCertificateResponseBody.DeviceCertificateVOS.Builder validEnd(String validEnd)
The end time when the device certificate becomes effective. Formatted as a Unix timestamp in milliseconds.
example:1969497303000
public ListDeviceCertificateResponseBody.DeviceCertificateVOS build()
Copyright © 2025. All rights reserved.