Package org.openapitools.codegen
Class CodegenComposedSchemas
- java.lang.Object
-
- org.openapitools.codegen.CodegenComposedSchemas
-
public class CodegenComposedSchemas extends Object
-
-
Constructor Summary
Constructors Constructor Description CodegenComposedSchemas(List<CodegenProperty> allOf, List<CodegenProperty> oneOf, List<CodegenProperty> anyOf, CodegenProperty not)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)List<CodegenProperty>getAllOf()List<CodegenProperty>getAnyOf()CodegenPropertygetNot()List<CodegenProperty>getOneOf()inthashCode()voidsetAllOf(List<CodegenProperty> allOf)voidsetAnyOf(List<CodegenProperty> anyOf)voidsetNot(CodegenProperty not)voidsetOneOf(List<CodegenProperty> oneOf)StringtoString()
-
-
-
Constructor Detail
-
CodegenComposedSchemas
public CodegenComposedSchemas(List<CodegenProperty> allOf, List<CodegenProperty> oneOf, List<CodegenProperty> anyOf, CodegenProperty not)
-
-
Method Detail
-
getAllOf
public List<CodegenProperty> getAllOf()
-
getOneOf
public List<CodegenProperty> getOneOf()
-
getAnyOf
public List<CodegenProperty> getAnyOf()
-
getNot
public CodegenProperty getNot()
-
setAllOf
public void setAllOf(List<CodegenProperty> allOf)
-
setOneOf
public void setOneOf(List<CodegenProperty> oneOf)
-
setAnyOf
public void setAnyOf(List<CodegenProperty> anyOf)
-
setNot
public void setNot(CodegenProperty not)
-
-