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
-
-
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()
-
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()
-
-
-
-