Class CertificateValidity

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class CertificateValidity
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    The date and time that the certificate validity period begins and ends.
    • Method Detail

      • getNotBefore

        public Date getNotBefore()
        Gets the notBefore. The date-time format follows `RFC 3339`.
        Returns:
        the notBefore
      • getNotAfter

        public Date getNotAfter()
        Gets the notAfter. The date-time format follows `RFC 3339`.
        Returns:
        the notAfter