java.lang.Object
com.github.muehmar.gradle.openapi.generator.model.constraints.Min
public class Min
extends Object
Minimum constraint of a property
-
Constructor Summary
Constructors
-
Method Summary
-
Constructor Details
-
Min
public Min(long value)
-
Method Details
-
getValue
public long getValue()
-
getValueAsLiteralString
public String getValueAsLiteralString()
-
-
-