public static final class ListCaCertificateResponseBody.CaCertificateVOS.Builder extends Object
public ListCaCertificateResponseBody.CaCertificateVOS.Builder caContent(String caContent)
Content of the CA certificate.
example:\n represents a new line.
-----BEGIN CERTIFICATE-----\nMIIDuzCCAqdGVzdC5jbi1xaW5n******\n-----END CERTIFICATE-----
public ListCaCertificateResponseBody.CaCertificateVOS.Builder caName(String caName)
Name of the CA certificate
example:mqtt_ca
public ListCaCertificateResponseBody.CaCertificateVOS.Builder registrationCode(String registrationCode)
Registration code of the CA certificate
example:13274673-8f90-4630-bea1-9cccb25756ad2089******
public ListCaCertificateResponseBody.CaCertificateVOS.Builder sn(String sn)
SN serial number of the CA certificate
example:007269004887******
public ListCaCertificateResponseBody.CaCertificateVOS.Builder status(String status)
The status of the CA certificate. The values are as follows:
After the CA certificate is registered, it is in an active state by default.
1
public ListCaCertificateResponseBody.CaCertificateVOS.Builder validBegin(String validBegin)
The start time when the CA certificate becomes effective. The format is a Unix timestamp in milliseconds.
example:1654137303000
public ListCaCertificateResponseBody.CaCertificateVOS.Builder validEnd(String validEnd)
The end time when the CA certificate becomes effective. The format is a Unix timestamp in milliseconds.
example:1969497303000
public ListCaCertificateResponseBody.CaCertificateVOS.Builder verificationContent(String verificationContent)
Verify the content of the certificate.
example:\n represents a new line.
-----BEGIN CERTIFICATE-----\nMIID/DCCAu+Y5sRMpp9tnd+4s******\n-----END CERTIFICATE-----
public ListCaCertificateResponseBody.CaCertificateVOS build()
Copyright © 2025. All rights reserved.