Package org.machanism.machai.schema
Class Constructor
java.lang.Object
org.machanism.machai.schema.Constructor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDetailed explanation.Code examples for the object creation.Name of the package.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').inthashCode()voidsetAdditionalProperty(String name, Object value) voidsetDescription(String description) Detailed explanation.voidsetExamples(List<Example> examples) Code examples for the object creation.voidsetPackage(String _package) Name of the package.voidsetSignature(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').toString()
-
Constructor Details
-
Constructor
public Constructor()
-
-
Method Details
-
getPackage
Name of the package. (Required) -
setPackage
Name of the package. (Required) -
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
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
Detailed explanation. (Required) -
setDescription
Detailed explanation. (Required) -
getExamples
Code examples for the object creation. (Required) -
setExamples
Code examples for the object creation. (Required) -
getAdditionalProperties
-
setAdditionalProperty
-
toString
-
hashCode
public int hashCode() -
equals
-