Class AuditLogListResponse.CheckpointPermissionCreated
-
- All Implemented Interfaces:
public final class AuditLogListResponse.CheckpointPermissionCreatedThe project and fine-tuned model checkpoint that the checkpoint permission was created for.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAuditLogListResponse.CheckpointPermissionCreated.BuilderA builder for CheckpointPermissionCreated.
public final classAuditLogListResponse.CheckpointPermissionCreated.DataThe payload used to create the checkpoint permission.
-
Method Summary
Modifier and Type Method Description final Optional<String>id()The ID of the checkpoint permission. final Optional<AuditLogListResponse.CheckpointPermissionCreated.Data>data()The payload used to create the checkpoint permission. final JsonField<String>_id()Returns the raw JSON value of id. final JsonField<AuditLogListResponse.CheckpointPermissionCreated.Data>_data()Returns the raw JSON value of data. final Map<String, JsonValue>_additionalProperties()final AuditLogListResponse.CheckpointPermissionCreated.BuildertoBuilder()final AuditLogListResponse.CheckpointPermissionCreatedvalidate()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.CheckpointPermissionCreated.Builderbuilder()Returns a mutable builder for constructing an instance of CheckpointPermissionCreated. -
-
Method Detail
-
data
final Optional<AuditLogListResponse.CheckpointPermissionCreated.Data> data()
The payload used to create the checkpoint permission.
-
_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.
-
_data
final JsonField<AuditLogListResponse.CheckpointPermissionCreated.Data> _data()
Returns the raw JSON value of data.
Unlike data, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final AuditLogListResponse.CheckpointPermissionCreated.Builder toBuilder()
-
validate
final AuditLogListResponse.CheckpointPermissionCreated 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.CheckpointPermissionCreated.Builder builder()
Returns a mutable builder for constructing an instance of CheckpointPermissionCreated.
-
-
-
-