Package com.ngrok.definitions
Class ReservedDomainCertStatus
java.lang.Object
com.ngrok.definitions.ReservedDomainCertStatus
A class encapsulating the
ReservedDomainCertStatus
resource.-
Constructor Summary
ConstructorDescriptionReservedDomainCertStatus
(Optional<OffsetDateTime> renewsAt, Optional<ReservedDomainCertJob> provisioningJob) Creates a new instance ofReservedDomainCertStatus
. -
Method Summary
-
Constructor Details
-
ReservedDomainCertStatus
public ReservedDomainCertStatus(Optional<OffsetDateTime> renewsAt, Optional<ReservedDomainCertJob> provisioningJob) Creates a new instance ofReservedDomainCertStatus
.- Parameters:
renewsAt
- timestamp when the next renewal will be requested, RFC 3339 formatprovisioningJob
- status of the certificate provisioning job, or null if the certificiate isn't being provisioned or renewed
-
-
Method Details
-
getRenewsAt
timestamp when the next renewal will be requested, RFC 3339 format- Returns:
- the value of the property as a
OffsetDateTime
wrapped in anOptional
-
getProvisioningJob
status of the certificate provisioning job, or null if the certificiate isn't being provisioned or renewed- Returns:
- the value of the property as a
ReservedDomainCertJob
wrapped in anOptional
-
equals
-
hashCode
public int hashCode() -
toString
-