Record Class CocoOptimizerRow
java.lang.Object
java.lang.Record
com.knezevic.edaf.v3.coco.model.CocoOptimizerRow
-
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 thecreatedAtrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.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
-
CocoOptimizerRow
public CocoOptimizerRow(String campaignId, String optimizerId, String configPath, String algorithmType, String modelType, String representationType, String createdAt) Creates an instance of aCocoOptimizerRowrecord class.- Parameters:
campaignId- 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 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. All components in this record class are compared withObjects::equals(Object,Object). -
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
-
createdAt
Returns the value of thecreatedAtrecord component.- Returns:
- the value of the
createdAtrecord component
-