Record Class ListWorkflowsCLI.WorkflowInfo
java.lang.Object
java.lang.Record
com.scivicslab.actoriac.cli.ListWorkflowsCLI.WorkflowInfo
- Enclosing class:
ListWorkflowsCLI
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateWorkflowInfo(String path, String name, String description, String note) Creates an instance of aWorkflowInforecord class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of thedescriptionrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.name()Returns the value of thenamerecord component.note()Returns the value of thenoterecord component.path()Returns the value of thepathrecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
path
-
name
-
description
The field for thedescriptionrecord component. -
note
-
-
Constructor Details
-
WorkflowInfo
Creates an instance of aWorkflowInforecord class.- Parameters:
path- the value for thepathrecord componentname- the value for thenamerecord componentdescription- the value for thedescriptionrecord componentnote- the value for thenoterecord 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). -
path
-
name
-
description
Returns the value of thedescriptionrecord component.- Returns:
- the value of the
descriptionrecord component
-
note
-