Class CodegenJavaArgument
- java.lang.Object
-
- io.apicurio.hub.api.codegen.beans.CodegenJavaArgument
-
public class CodegenJavaArgument extends Object
- Author:
- eric.wittmann@gmail.com
-
-
Constructor Summary
Constructors Constructor Description CodegenJavaArgument()Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCollection()StringgetFormat()StringgetIn()StringgetName()BooleangetRequired()StringgetType()StringgetTypeSignature()voidsetCollection(String collection)voidsetFormat(String format)voidsetIn(String in)voidsetName(String name)voidsetRequired(Boolean required)voidsetType(String type)voidsetTypeSignature(String typeSignature)
-
-
-
Method Detail
-
getName
public String getName()
- Returns:
- the name
-
setName
public void setName(String name)
- Parameters:
name- the name to set
-
getIn
public String getIn()
- Returns:
- the in
-
setIn
public void setIn(String in)
- Parameters:
in- the in to set
-
getCollection
public String getCollection()
- Returns:
- the collection
-
setCollection
public void setCollection(String collection)
- Parameters:
collection- the collection to set
-
getType
public String getType()
- Returns:
- the type
-
setType
public void setType(String type)
- Parameters:
type- the type to set
-
getFormat
public String getFormat()
- Returns:
- the format
-
setFormat
public void setFormat(String format)
- Parameters:
format- the format to set
-
getRequired
public Boolean getRequired()
- Returns:
- the required
-
setRequired
public void setRequired(Boolean required)
- Parameters:
required- the required to set
-
getTypeSignature
public String getTypeSignature()
- Returns:
- the typeSignature
-
setTypeSignature
public void setTypeSignature(String typeSignature)
- Parameters:
typeSignature- the typeSignature to set
-
-