Class IntegerExample

java.lang.Object
org.mockserver.openapi.examples.models.AbstractExample
org.mockserver.openapi.examples.models.IntegerExample
All Implemented Interfaces:
Example

public class IntegerExample extends AbstractExample
See: https://github.com/swagger-api/swagger-inflector
  • Constructor Details

    • IntegerExample

      public IntegerExample()
    • IntegerExample

      public IntegerExample(int value)
  • Method Details

    • asInt

      public Integer asInt()
    • asString

      public String asString()
    • getValue

      public Integer getValue()
    • setValue

      public void setValue(Integer value)