Class Feature

java.lang.Object
org.machanism.machai.schema.Feature

@Generated("jsonschema2pojo") public class Feature extends Object
  • Constructor Details

    • Feature

      public Feature()
  • Method Details

    • getName

      public String getName()
      Name of the function or constructor. (Required)
    • setName

      public void setName(String name)
      Name of the function or constructor. (Required)
    • getPackage

      public String getPackage()
      Name of the package. (Required)
    • setPackage

      public void setPackage(String _package)
      Name of the package. (Required)
    • getSignature

      public String getSignature()
      The complete method signature, where all parameter and exception types are fully qualified with their package names (e.g., 'java.util.List<java.lang.String> methodName(java.lang.String param) throws java.io.IOException'). (Required)
    • setSignature

      public void setSignature(String signature)
      The complete method signature, where all parameter and exception types are fully qualified with their package names (e.g., 'java.util.List<java.lang.String> methodName(java.lang.String param) throws java.io.IOException'). (Required)
    • getDescription

      public String getDescription()
      Detailed explanation of the feature. (Required)
    • setDescription

      public void setDescription(String description)
      Detailed explanation of the feature. (Required)
    • getExamples

      public List<Example__1> getExamples()
      Code examples for the feature. (Required)
    • setExamples

      public void setExamples(List<Example__1> examples)
      Code examples for the feature. (Required)
    • getAdditionalProperties

      public Map<String,Object> getAdditionalProperties()
    • setAdditionalProperty

      public void setAdditionalProperty(String name, Object value)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object