Record Class ExperimentParamRow
java.lang.Object
java.lang.Record
com.knezevic.edaf.v3.persistence.query.ExperimentParamRow
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.Returns the value of theexperimentIdrecord component.final inthashCode()Returns a hash code value for this object.longid()Returns the value of theidrecord component.leafKey()Returns the value of theleafKeyrecord component.Returns the value of theparamPathrecord component.section()Returns the value of thesectionrecord component.final StringtoString()Returns a string representation of this record class.Returns the value of thevalueBooleanrecord component.Returns the value of thevalueJsonrecord component.Returns the value of thevalueNumberrecord component.Returns the value of thevalueTextrecord component.Returns the value of thevalueTyperecord component.
-
Constructor Details
-
ExperimentParamRow
public ExperimentParamRow(long id, String experimentId, String section, String paramPath, String leafKey, String valueType, String valueText, Double valueNumber, Integer valueBoolean, String valueJson) Creates an instance of aExperimentParamRowrecord class.- Parameters:
id- the value for theidrecord componentexperimentId- the value for theexperimentIdrecord componentsection- the value for thesectionrecord componentparamPath- the value for theparamPathrecord componentleafKey- the value for theleafKeyrecord componentvalueType- the value for thevalueTyperecord componentvalueText- the value for thevalueTextrecord componentvalueNumber- the value for thevalueNumberrecord componentvalueBoolean- the value for thevalueBooleanrecord componentvalueJson- the value for thevalueJsonrecord component
-
-
Method Details
-
toString
-
hashCode
-
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 thecomparemethod from their corresponding wrapper classes. -
id
public long id()Returns the value of theidrecord component.- Returns:
- the value of the
idrecord component
-
experimentId
Returns the value of theexperimentIdrecord component.- Returns:
- the value of the
experimentIdrecord component
-
section
Returns the value of thesectionrecord component.- Returns:
- the value of the
sectionrecord component
-
paramPath
Returns the value of theparamPathrecord component.- Returns:
- the value of the
paramPathrecord component
-
leafKey
Returns the value of theleafKeyrecord component.- Returns:
- the value of the
leafKeyrecord component
-
valueType
Returns the value of thevalueTyperecord component.- Returns:
- the value of the
valueTyperecord component
-
valueText
Returns the value of thevalueTextrecord component.- Returns:
- the value of the
valueTextrecord component
-
valueNumber
Returns the value of thevalueNumberrecord component.- Returns:
- the value of the
valueNumberrecord component
-
valueBoolean
Returns the value of thevalueBooleanrecord component.- Returns:
- the value of the
valueBooleanrecord component
-
valueJson
Returns the value of thevalueJsonrecord component.- Returns:
- the value of the
valueJsonrecord component
-