Class ScanReport.FileResult.Details.FileTypeDetails.RdsFileAttributes
-
- All Implemented Interfaces:
public final class ScanReport.FileResult.Details.FileTypeDetails.RdsFileAttributes
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classScanReport.FileResult.Details.FileTypeDetails.RdsFileAttributes.BuilderA builder for RdsFileAttributes.
-
Method Summary
Modifier and Type Method Description final StringrdsEncoding()encoding of the RDS file final StringrdsMinReaderVersion()minimum reader version for the RDS file final StringrdsVersion()version of the RDS file final StringrdsWriterVersion()version of the RDS writer final List<String>subtype()final JsonField<String>_rdsEncoding()Returns the raw JSON value of rdsEncoding. final JsonField<String>_rdsMinReaderVersion()Returns the raw JSON value of rdsMinReaderVersion. final JsonField<String>_rdsVersion()Returns the raw JSON value of rdsVersion. final JsonField<String>_rdsWriterVersion()Returns the raw JSON value of rdsWriterVersion. final JsonField<List<String>>_subtype()Returns the raw JSON value of subtype. final Map<String, JsonValue>_additionalProperties()final ScanReport.FileResult.Details.FileTypeDetails.RdsFileAttributes.BuildertoBuilder()final ScanReport.FileResult.Details.FileTypeDetails.RdsFileAttributesvalidate()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.RdsFileAttributes.Builderbuilder()Returns a mutable builder for constructing an instance of RdsFileAttributes. -
-
Method Detail
-
rdsEncoding
final String rdsEncoding()
encoding of the RDS file
-
rdsMinReaderVersion
final String rdsMinReaderVersion()
minimum reader version for the RDS file
-
rdsVersion
final String rdsVersion()
version of the RDS file
-
rdsWriterVersion
final String rdsWriterVersion()
version of the RDS writer
-
_rdsEncoding
final JsonField<String> _rdsEncoding()
Returns the raw JSON value of rdsEncoding.
Unlike rdsEncoding, this method doesn't throw if the JSON field has an unexpected type.
-
_rdsMinReaderVersion
final JsonField<String> _rdsMinReaderVersion()
Returns the raw JSON value of rdsMinReaderVersion.
Unlike rdsMinReaderVersion, this method doesn't throw if the JSON field has an unexpected type.
-
_rdsVersion
final JsonField<String> _rdsVersion()
Returns the raw JSON value of rdsVersion.
Unlike rdsVersion, this method doesn't throw if the JSON field has an unexpected type.
-
_rdsWriterVersion
final JsonField<String> _rdsWriterVersion()
Returns the raw JSON value of rdsWriterVersion.
Unlike rdsWriterVersion, 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()
-
validate
final ScanReport.FileResult.Details.FileTypeDetails.RdsFileAttributes 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.RdsFileAttributes.Builder builder()
Returns a mutable builder for constructing an instance of RdsFileAttributes.
The following fields are required:
.rdsEncoding() .rdsMinReaderVersion() .rdsVersion() .rdsWriterVersion() .subtype()
-
-
-
-