public class OpenAPIResponseCookie extends Object
Constructor and Description |
---|
OpenAPIResponseCookie() |
OpenAPIResponseCookie(String jsonCookie) |
Modifier and Type | Method and Description |
---|---|
String |
getContentType()
Gets the content type for the response profile data structure.
|
String |
getRootSchemaType()
Gets the root schema type for the response.In openapi, this can be structured as object or array.
|
void |
setContentType(String contentType) |
void |
setRootSchemaType(String rootSchemaType) |
String |
toString() |
public OpenAPIResponseCookie()
public OpenAPIResponseCookie(String jsonCookie) throws JsonProcessingException
JsonProcessingException
public String getContentType()
public String getRootSchemaType()
public void setContentType(String contentType)
public void setRootSchemaType(String rootSchemaType)