Class FileScanReport.FileResult.Details.FileTypeDetails.RdsFileAttributes
-
- All Implemented Interfaces:
public final class FileScanReport.FileResult.Details.FileTypeDetails.RdsFileAttributes
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classFileScanReport.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()
-
toBuilder
final FileScanReport.FileResult.Details.FileTypeDetails.RdsFileAttributes.Builder toBuilder()
-
validate
final FileScanReport.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 FileScanReport.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()
-
-
-
-