Class ScanReport.FileResult.Details.FileTypeDetails.NumpyFileAttributes
-
- All Implemented Interfaces:
public final class ScanReport.FileResult.Details.FileTypeDetails.NumpyFileAttributes
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classScanReport.FileResult.Details.FileTypeDetails.NumpyFileAttributes.BuilderA builder for NumpyFileAttributes.
-
Method Summary
Modifier and Type Method Description final StringnumpyArrays()final List<String>numpyShape()final List<String>subtype()final JsonField<String>_numpyArrays()Returns the raw JSON value of numpyArrays. final JsonField<List<String>>_numpyShape()Returns the raw JSON value of numpyShape. final JsonField<List<String>>_subtype()Returns the raw JSON value of subtype. final Map<String, JsonValue>_additionalProperties()final ScanReport.FileResult.Details.FileTypeDetails.NumpyFileAttributes.BuildertoBuilder()final ScanReport.FileResult.Details.FileTypeDetails.NumpyFileAttributesvalidate()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.NumpyFileAttributes.Builderbuilder()Returns a mutable builder for constructing an instance of NumpyFileAttributes. -
-
Method Detail
-
numpyArrays
final String numpyArrays()
-
numpyShape
final List<String> numpyShape()
-
_numpyArrays
final JsonField<String> _numpyArrays()
Returns the raw JSON value of numpyArrays.
Unlike numpyArrays, this method doesn't throw if the JSON field has an unexpected type.
-
_numpyShape
final JsonField<List<String>> _numpyShape()
Returns the raw JSON value of numpyShape.
Unlike numpyShape, this method doesn't throw if the JSON field has an unexpected type.
-
_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.NumpyFileAttributes.Builder toBuilder()
-
validate
final ScanReport.FileResult.Details.FileTypeDetails.NumpyFileAttributes 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.NumpyFileAttributes.Builder builder()
Returns a mutable builder for constructing an instance of NumpyFileAttributes.
The following fields are required:
.numpyArrays() .numpyShape() .subtype()
-
-
-
-