Class Customization

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

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

    • Customization

      public Customization()
  • Method Details

    • getName

      public String getName()
      Name of the customization or extension point (e.g., class, interface, method). (Required)
    • setName

      public void setName(String name)
      Name of the customization or extension point (e.g., class, interface, method). (Required)
    • getPackage

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

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

      public String getDescription()
      Detailed description of the extension or customization point. (Required)
    • setDescription

      public void setDescription(String description)
      Detailed description of the extension or customization point. (Required)
    • getType

      public String getType()
      Type of customization point (e.g., method, interface, configuration property). (Required)
    • setType

      public void setType(String type)
      Type of customization point (e.g., method, interface, configuration property). (Required)
    • getExamples

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

      public void setExamples(List<Example__2> examples)
      Code examples for the feature.
    • 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