Package io.swagger.codegen.v3.service
Class GenerationRequest
- java.lang.Object
-
- io.swagger.codegen.v3.service.GenerationRequest
-
- All Implemented Interfaces:
Serializable
public class GenerationRequest extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GenerationRequest.CodegenVersion
static class
GenerationRequest.Type
-
Constructor Summary
Constructors Constructor Description GenerationRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GenerationRequest
codegenVersion(GenerationRequest.CodegenVersion codegenVersion)
GenerationRequest.CodegenVersion
getCodegenVersion()
String
getLang()
Options
getOptions()
Object
getSpec()
String
getSpecURL()
GenerationRequest.Type
getType()
GenerationRequest
lang(String lang)
GenerationRequest
options(Options options)
void
setCodegenVersion(GenerationRequest.CodegenVersion codegenVersion)
void
setLang(String lang)
void
setOptions(Options options)
void
setSpec(Object spec)
void
setSpecURL(String specURL)
void
setType(GenerationRequest.Type type)
GenerationRequest
spec(Object spec)
GenerationRequest
specURL(String specURL)
GenerationRequest
type(GenerationRequest.Type type)
-
-
-
Method Detail
-
lang
public GenerationRequest lang(String lang)
-
getLang
public String getLang()
-
setLang
public void setLang(String lang)
-
spec
public GenerationRequest spec(Object spec)
-
specURL
public GenerationRequest specURL(String specURL)
-
getSpec
public Object getSpec()
-
setSpec
public void setSpec(Object spec)
-
getSpecURL
public String getSpecURL()
-
setSpecURL
public void setSpecURL(String specURL)
-
options
public GenerationRequest options(Options options)
-
getOptions
public Options getOptions()
-
setOptions
public void setOptions(Options options)
-
type
public GenerationRequest type(GenerationRequest.Type type)
-
getType
public GenerationRequest.Type getType()
-
setType
public void setType(GenerationRequest.Type type)
-
codegenVersion
public GenerationRequest codegenVersion(GenerationRequest.CodegenVersion codegenVersion)
-
getCodegenVersion
public GenerationRequest.CodegenVersion getCodegenVersion()
-
setCodegenVersion
public void setCodegenVersion(GenerationRequest.CodegenVersion codegenVersion)
-
-