Class ComplexRecordField
java.lang.Object
org.apache.nifi.repository.schema.ComplexRecordField
- All Implemented Interfaces:
RecordField
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Stringprivate static final FieldTypeprivate final Repetitionprivate final List<RecordField> -
Constructor Summary
ConstructorsConstructorDescriptionComplexRecordField(String fieldName, Repetition repetition, List<RecordField> subFields) ComplexRecordField(String fieldName, Repetition repetition, RecordField... subFields) -
Method Summary
-
Field Details
-
fieldType
-
fieldName
-
repetition
-
subFields
-
-
Constructor Details
-
ComplexRecordField
-
ComplexRecordField
-
-
Method Details
-
getFieldName
- Specified by:
getFieldNamein interfaceRecordField
-
getFieldType
- Specified by:
getFieldTypein interfaceRecordField
-
getRepetition
- Specified by:
getRepetitionin interfaceRecordField
-
getSubFields
- Specified by:
getSubFieldsin interfaceRecordField
-
toString
-
hashCode
public int hashCode() -
equals
-