Class CodegenJavaReturn
- java.lang.Object
-
- io.apicurio.hub.api.codegen.beans.CodegenJavaReturn
-
public class CodegenJavaReturn extends Object
- Author:
- eric.wittmann@gmail.com
-
-
Constructor Summary
Constructors Constructor Description CodegenJavaReturn()Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetCollection()StringgetFormat()StringgetType()inthashCode()voidsetCollection(String collection)voidsetFormat(String format)voidsetType(String type)
-
-
-
Method Detail
-
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
-
-