Class CodegenResponse

java.lang.Object
io.swagger.codegen.v3.CodegenObject
io.swagger.codegen.v3.CodegenResponse
All Implemented Interfaces:
VendorExtendable

public class CodegenResponse extends CodegenObject
  • Field Details

  • Constructor Details

    • CodegenResponse

      public CodegenResponse()
  • Method Details

    • isWildcard

      public boolean isWildcard()
    • getSimpleType

      public Boolean getSimpleType()
    • getPrimitiveType

      public Boolean getPrimitiveType()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • getHeaders

      public List<CodegenProperty> getHeaders()
    • getCode

      public String getCode()
    • getMessage

      public String getMessage()
    • getExamples

      public List<Map<String,Object>> getExamples()
    • getDataType

      public String getDataType()
    • getBaseType

      public String getBaseType()
    • getContainerType

      public String getContainerType()
    • getSchema

      public Object getSchema()
    • getJsonSchema

      public String getJsonSchema()
    • getContents

      public List<CodegenContent> getContents()