Record Class SedaSchemaInfo
java.lang.Object
java.lang.Record
fr.gouv.vitam.collect.internal.core.csv.SedaSchemaInfo
-
Constructor Summary
ConstructorsConstructorDescriptionSedaSchemaInfo(String sedaPath, String apiPath, String apiSubPath, boolean isObject, boolean isArray, boolean isExternal, boolean isSedaExtensionPoint, boolean isSpecialRulePropertyArrayIndex, boolean isForbiddenCsvHeader) Creates an instance of aSedaSchemaInforecord class. -
Method Summary
Modifier and TypeMethodDescriptionapiPath()Returns the value of theapiPathrecord component.Returns the value of theapiSubPathrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.booleanisArray()Returns the value of theisArrayrecord component.booleanReturns the value of theisExternalrecord component.booleanReturns the value of theisForbiddenCsvHeaderrecord component.booleanisObject()Returns the value of theisObjectrecord component.booleanReturns the value of theisSedaExtensionPointrecord component.booleanReturns the value of theisSpecialRulePropertyArrayIndexrecord component.sedaPath()Returns the value of thesedaPathrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
SedaSchemaInfo
public SedaSchemaInfo(String sedaPath, String apiPath, String apiSubPath, boolean isObject, boolean isArray, boolean isExternal, boolean isSedaExtensionPoint, boolean isSpecialRulePropertyArrayIndex, boolean isForbiddenCsvHeader) Creates an instance of aSedaSchemaInforecord class.- Parameters:
sedaPath- the value for thesedaPathrecord componentapiPath- the value for theapiPathrecord componentapiSubPath- the value for theapiSubPathrecord componentisObject- the value for theisObjectrecord componentisArray- the value for theisArrayrecord componentisExternal- the value for theisExternalrecord componentisSedaExtensionPoint- the value for theisSedaExtensionPointrecord componentisSpecialRulePropertyArrayIndex- the value for theisSpecialRulePropertyArrayIndexrecord componentisForbiddenCsvHeader- the value for theisForbiddenCsvHeaderrecord component
-
-
Method Details
-
toString
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components. -
hashCode
public final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components. -
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. Reference components are compared withObjects::equals(Object,Object); primitive components are compared with '=='. -
sedaPath
Returns the value of thesedaPathrecord component.- Returns:
- the value of the
sedaPathrecord component
-
apiPath
Returns the value of theapiPathrecord component.- Returns:
- the value of the
apiPathrecord component
-
apiSubPath
Returns the value of theapiSubPathrecord component.- Returns:
- the value of the
apiSubPathrecord component
-
isObject
public boolean isObject()Returns the value of theisObjectrecord component.- Returns:
- the value of the
isObjectrecord component
-
isArray
public boolean isArray()Returns the value of theisArrayrecord component.- Returns:
- the value of the
isArrayrecord component
-
isExternal
public boolean isExternal()Returns the value of theisExternalrecord component.- Returns:
- the value of the
isExternalrecord component
-
isSedaExtensionPoint
public boolean isSedaExtensionPoint()Returns the value of theisSedaExtensionPointrecord component.- Returns:
- the value of the
isSedaExtensionPointrecord component
-
isSpecialRulePropertyArrayIndex
public boolean isSpecialRulePropertyArrayIndex()Returns the value of theisSpecialRulePropertyArrayIndexrecord component.- Returns:
- the value of the
isSpecialRulePropertyArrayIndexrecord component
-
isForbiddenCsvHeader
public boolean isForbiddenCsvHeader()Returns the value of theisForbiddenCsvHeaderrecord component.- Returns:
- the value of the
isForbiddenCsvHeaderrecord component
-