Class TableVariant

java.lang.Object
com.kingsrook.qqq.middleware.javalin.specs.v1.responses.components.TableVariant
All Implemented Interfaces:
ToSchema

public class TableVariant extends Object implements ToSchema
  • Constructor Details

    • TableVariant

      public TableVariant()
  • Method Details

    • getType

      public String getType()
      Getter for type
    • setType

      public void setType(String type)
      Setter for type
    • withType

      public TableVariant withType(String type)
      Fluent setter for type
    • getId

      public String getId()
      Getter for id
    • setId

      public void setId(String id)
      Setter for id
    • withId

      public TableVariant withId(String id)
      Fluent setter for id
    • getName

      public String getName()
      Getter for name
    • setName

      public void setName(String name)
      Setter for name
    • withName

      public TableVariant withName(String name)
      Fluent setter for name