Class Response
java.lang.Object
com.kingsrook.qqq.openapi.model.Response
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for contentGetter for descriptiongetRef()
Getter for refvoid
setContent
(Map<String, Content> content) Setter for contentvoid
setDescription
(String description) Setter for descriptionvoid
Setter for refwithContent
(Map<String, Content> content) Fluent setter for contentwithDescription
(String description) Fluent setter for descriptionFluent setter for ref
-
Constructor Details
-
Response
public Response()
-
-
Method Details
-
getDescription
Getter for description -
setDescription
Setter for description -
withDescription
-
getRef
Getter for ref -
setRef
Setter for ref -
withRef
-
getContent
-
setContent
-
withContent
-