Class CertificateListResponse.CertificateDetails
-
- All Implemented Interfaces:
public final class CertificateListResponse.CertificateDetails
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classCertificateListResponse.CertificateDetails.BuilderA builder for CertificateDetails.
-
Method Summary
Modifier and Type Method Description final Optional<Long>expiresAt()The Unix timestamp (in seconds) of when the certificate expires. final Optional<Long>validAt()The Unix timestamp (in seconds) of when the certificate becomes valid. final JsonField<Long>_expiresAt()Returns the raw JSON value of expiresAt. final JsonField<Long>_validAt()Returns the raw JSON value of validAt. final Map<String, JsonValue>_additionalProperties()final CertificateListResponse.CertificateDetails.BuildertoBuilder()final CertificateListResponse.CertificateDetailsvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static CertificateListResponse.CertificateDetails.Builderbuilder()Returns a mutable builder for constructing an instance of CertificateDetails. -
-
Method Detail
-
expiresAt
final Optional<Long> expiresAt()
The Unix timestamp (in seconds) of when the certificate expires.
-
validAt
final Optional<Long> validAt()
The Unix timestamp (in seconds) of when the certificate becomes valid.
-
_expiresAt
final JsonField<Long> _expiresAt()
Returns the raw JSON value of expiresAt.
Unlike expiresAt, this method doesn't throw if the JSON field has an unexpected type.
-
_validAt
final JsonField<Long> _validAt()
Returns the raw JSON value of validAt.
Unlike validAt, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final CertificateListResponse.CertificateDetails.Builder toBuilder()
-
validate
final CertificateListResponse.CertificateDetails validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static CertificateListResponse.CertificateDetails.Builder builder()
Returns a mutable builder for constructing an instance of CertificateDetails.
-
-
-
-