Class ScanReport.FileResult.Details.FileTypeDetails.GgufFileAttributes
-
- All Implemented Interfaces:
public final class ScanReport.FileResult.Details.FileTypeDetails.GgufFileAttributes
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classScanReport.FileResult.Details.FileTypeDetails.GgufFileAttributes.BuilderA builder for GgufFileAttributes.
-
Method Summary
Modifier and Type Method Description final List<String>subtype()final JsonField<List<String>>_subtype()Returns the raw JSON value of subtype. final Map<String, JsonValue>_additionalProperties()final ScanReport.FileResult.Details.FileTypeDetails.GgufFileAttributes.BuildertoBuilder()final ScanReport.FileResult.Details.FileTypeDetails.GgufFileAttributesvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ScanReport.FileResult.Details.FileTypeDetails.GgufFileAttributes.Builderbuilder()Returns a mutable builder for constructing an instance of GgufFileAttributes. -
-
Method Detail
-
_subtype
final JsonField<List<String>> _subtype()
Returns the raw JSON value of subtype.
Unlike subtype, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final ScanReport.FileResult.Details.FileTypeDetails.GgufFileAttributes.Builder toBuilder()
-
validate
final ScanReport.FileResult.Details.FileTypeDetails.GgufFileAttributes 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 ScanReport.FileResult.Details.FileTypeDetails.GgufFileAttributes.Builder builder()
Returns a mutable builder for constructing an instance of GgufFileAttributes.
The following fields are required:
.subtype()
-
-
-
-