Record Class CocoOptimizerConfigRow
java.lang.Object
java.lang.Record
com.knezevic.edaf.v3.persistence.query.coco.CocoOptimizerConfigRow
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of thealgorithmTyperecord component.Returns the value of thecampaignIdrecord component.Returns the value of theconfigPathrecord component.Returns the value of theconfigYamlrecord component.Returns the value of thecreatedAtrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.longid()Returns the value of theidrecord component.Returns the value of themodelTyperecord component.Returns the value of theoptimizerIdrecord component.Returns the value of therepresentationTyperecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
CocoOptimizerConfigRow
public CocoOptimizerConfigRow(long id, String campaignId, String optimizerId, String configPath, String algorithmType, String modelType, String representationType, String configYaml, String createdAt) Creates an instance of aCocoOptimizerConfigRowrecord class.- Parameters:
id- the value for theidrecord componentcampaignId- the value for thecampaignIdrecord componentoptimizerId- the value for theoptimizerIdrecord componentconfigPath- the value for theconfigPathrecord componentalgorithmType- the value for thealgorithmTyperecord componentmodelType- the value for themodelTyperecord componentrepresentationType- the value for therepresentationTyperecord componentconfigYaml- the value for theconfigYamlrecord componentcreatedAt- the value for thecreatedAtrecord 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
-
campaignId
Returns the value of thecampaignIdrecord component.- Returns:
- the value of the
campaignIdrecord component
-
optimizerId
Returns the value of theoptimizerIdrecord component.- Returns:
- the value of the
optimizerIdrecord component
-
configPath
Returns the value of theconfigPathrecord component.- Returns:
- the value of the
configPathrecord component
-
algorithmType
Returns the value of thealgorithmTyperecord component.- Returns:
- the value of the
algorithmTyperecord component
-
modelType
Returns the value of themodelTyperecord component.- Returns:
- the value of the
modelTyperecord component
-
representationType
Returns the value of therepresentationTyperecord component.- Returns:
- the value of the
representationTyperecord component
-
configYaml
Returns the value of theconfigYamlrecord component.- Returns:
- the value of the
configYamlrecord component
-
createdAt
Returns the value of thecreatedAtrecord component.- Returns:
- the value of the
createdAtrecord component
-