Class BigIntegerExample
- java.lang.Object
-
- org.mockserver.openapi.examples.models.AbstractExample
-
- org.mockserver.openapi.examples.models.BigIntegerExample
-
- All Implemented Interfaces:
Example
public class BigIntegerExample extends AbstractExample
See: https://github.com/swagger-api/swagger-inflector
-
-
Constructor Summary
Constructors Constructor Description BigIntegerExample()BigIntegerExample(BigInteger value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringasString()BigIntegergetValue()voidsetValue(BigInteger value)-
Methods inherited from class org.mockserver.openapi.examples.models.AbstractExample
getAttribute, getName, getNamespace, getPrefix, getTypeName, getWrapped, getWrappedName, setAttribute, setName, setNamespace, setPrefix, setTypeName, setWrapped, setWrappedName
-
-
-
-
Constructor Detail
-
BigIntegerExample
public BigIntegerExample()
-
BigIntegerExample
public BigIntegerExample(BigInteger value)
-
-
Method Detail
-
asString
public String asString()
-
getValue
public BigInteger getValue()
-
setValue
public void setValue(BigInteger value)
-
-