Class Example

java.lang.Object
com.kingsrook.qqq.openapi.model.Example
Direct Known Subclasses:
ExampleWithListValue, ExampleWithSingleValue

public class Example extends Object
  • Constructor Details

    • Example

      public Example()
  • Method Details

    • getSummary

      public String getSummary()
      Getter for summary
    • setSummary

      public void setSummary(String summary)
      Setter for summary
    • withSummary

      public Example withSummary(String summary)
      Fluent setter for summary
    • getRef

      public String getRef()
      Getter for ref
    • setRef

      public void setRef(String ref)
      Setter for ref
    • withRef

      public Example withRef(String ref)
      Fluent setter for ref
    • getValue

      public Object getValue()
      Getter for value
    • setValue

      public void setValue(Object value)
      Setter for value
    • withValue

      public Example withValue(Object value)
      Fluent setter for value