Class Stud

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

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

    • Stud

      public Stud()
  • Method Details

    • getName

      public String getName()
      Fully qualified name of the interface or abstract class, as exported in this artifact. (Required)
    • setName

      public void setName(String name)
      Fully qualified name of the interface or abstract class, as exported in this artifact. (Required)
    • getPackage

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

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

      public String getType()
      Kind of stub: always 'interface' or 'abstract class' as provided by this artifact. (Required)
    • setType

      public void setType(String type)
      Kind of stub: always 'interface' or 'abstract class' as provided by this artifact. (Required)
    • getDescription

      public String getDescription()
      Summary of the purpose and intended use of this interface or abstract class. (Required)
    • setDescription

      public void setDescription(String description)
      Summary of the purpose and intended use of this interface or abstract class. (Required)
    • getExamples

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

      public void setExamples(List<Example__3> examples)
      Code examples for the feature.
    • getImplement

      public String getImplement()
      Fully qualified name of the class in this artifact that implements or extends this stub.
    • setImplement

      public void setImplement(String implement)
      Fully qualified name of the class in this artifact that implements or extends this stub.
    • 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