Package ch.so.agi.gretl.doclet.lsp
Record Class LspTaskMetadata
java.lang.Object
java.lang.Record
ch.so.agi.gretl.doclet.lsp.LspTaskMetadata
-
Constructor Summary
ConstructorsConstructorDescriptionLspTaskMetadata(String name, String qualifiedClassName, String simpleClassName, String category, String status, String description, String longDescription, List<LspExample> examples, List<LspPropertyMetadata> properties) Creates an instance of aLspTaskMetadatarecord class. -
Method Summary
Modifier and TypeMethodDescriptioncategory()Returns the value of thecategoryrecord component.Returns the value of thedescriptionrecord component.final booleanIndicates whether some other object is "equal to" this one.examples()Returns the value of theexamplesrecord component.final inthashCode()Returns a hash code value for this object.Returns the value of thelongDescriptionrecord component.name()Returns the value of thenamerecord component.Returns the value of thepropertiesrecord component.Returns the value of thequalifiedClassNamerecord component.Returns the value of thesimpleClassNamerecord component.status()Returns the value of thestatusrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
LspTaskMetadata
public LspTaskMetadata(String name, String qualifiedClassName, String simpleClassName, String category, String status, String description, String longDescription, List<LspExample> examples, List<LspPropertyMetadata> properties) Creates an instance of aLspTaskMetadatarecord class.- Parameters:
name- the value for thenamerecord componentqualifiedClassName- the value for thequalifiedClassNamerecord componentsimpleClassName- the value for thesimpleClassNamerecord componentcategory- the value for thecategoryrecord componentstatus- the value for thestatusrecord componentdescription- the value for thedescriptionrecord componentlongDescription- the value for thelongDescriptionrecord componentexamples- the value for theexamplesrecord componentproperties- the value for thepropertiesrecord 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. All components in this record class are compared withObjects::equals(Object,Object). -
name
Returns the value of thenamerecord component.- Returns:
- the value of the
namerecord component
-
qualifiedClassName
Returns the value of thequalifiedClassNamerecord component.- Returns:
- the value of the
qualifiedClassNamerecord component
-
simpleClassName
Returns the value of thesimpleClassNamerecord component.- Returns:
- the value of the
simpleClassNamerecord component
-
category
Returns the value of thecategoryrecord component.- Returns:
- the value of the
categoryrecord component
-
status
Returns the value of thestatusrecord component.- Returns:
- the value of the
statusrecord component
-
description
Returns the value of thedescriptionrecord component.- Returns:
- the value of the
descriptionrecord component
-
longDescription
Returns the value of thelongDescriptionrecord component.- Returns:
- the value of the
longDescriptionrecord component
-
examples
Returns the value of theexamplesrecord component.- Returns:
- the value of the
examplesrecord component
-
properties
Returns the value of thepropertiesrecord component.- Returns:
- the value of the
propertiesrecord component
-