Class CodegenJavaInterface
- java.lang.Object
-
- io.apicurio.hub.api.codegen.beans.CodegenJavaInterface
-
public class CodegenJavaInterface extends Object
- Author:
- eric.wittmann@gmail.com
-
-
Constructor Summary
Constructors Constructor Description CodegenJavaInterface()Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<CodegenJavaMethod>getMethods()StringgetName()StringgetPackage()StringgetPath()voidsetMethods(List<CodegenJavaMethod> methods)voidsetName(String name)voidsetPackage(String _package)voidsetPath(String path)
-
-
-
Method Detail
-
getPackage
public String getPackage()
- Returns:
- the _package
-
setPackage
public void setPackage(String _package)
- Parameters:
_package- the _package to set
-
getName
public String getName()
- Returns:
- the name
-
setName
public void setName(String name)
- Parameters:
name- the name to set
-
getPath
public String getPath()
- Returns:
- the path
-
setPath
public void setPath(String path)
- Parameters:
path- the path to set
-
getMethods
public List<CodegenJavaMethod> getMethods()
- Returns:
- the methods
-
setMethods
public void setMethods(List<CodegenJavaMethod> methods)
- Parameters:
methods- the methods to set
-
-