Class AuditLogListResponse.CertificateDeleted
-
- All Implemented Interfaces:
public final class AuditLogListResponse.CertificateDeletedThe details for events with this
type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAuditLogListResponse.CertificateDeleted.BuilderA builder for CertificateDeleted.
-
Method Summary
Modifier and Type Method Description final Optional<String>id()The certificate ID. final Optional<String>certificate()The certificate content in PEM format. final Optional<String>name()The name of the certificate. final JsonField<String>_id()Returns the raw JSON value of id. final JsonField<String>_certificate()Returns the raw JSON value of certificate. final JsonField<String>_name()Returns the raw JSON value of name. final Map<String, JsonValue>_additionalProperties()final AuditLogListResponse.CertificateDeleted.BuildertoBuilder()final AuditLogListResponse.CertificateDeletedvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static AuditLogListResponse.CertificateDeleted.Builderbuilder()Returns a mutable builder for constructing an instance of CertificateDeleted. -
-
Method Detail
-
certificate
final Optional<String> certificate()
The certificate content in PEM format.
-
_id
final JsonField<String> _id()
Returns the raw JSON value of id.
Unlike id, this method doesn't throw if the JSON field has an unexpected type.
-
_certificate
final JsonField<String> _certificate()
Returns the raw JSON value of certificate.
Unlike certificate, this method doesn't throw if the JSON field has an unexpected type.
-
_name
final JsonField<String> _name()
Returns the raw JSON value of name.
Unlike name, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final AuditLogListResponse.CertificateDeleted.Builder toBuilder()
-
validate
final AuditLogListResponse.CertificateDeleted 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 AuditLogListResponse.CertificateDeleted.Builder builder()
Returns a mutable builder for constructing an instance of CertificateDeleted.
-
-
-
-