Package io.swagger.codegen.v3.utils
Class SemVer
java.lang.Object
io.swagger.codegen.v3.utils.SemVer
- All Implemented Interfaces:
Comparable<SemVer>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
major
public final int major -
minor
public final int minor -
revision
public final int revision
-
-
Constructor Details
-
SemVer
-
-
Method Details
-
compareTo
- Specified by:
compareToin interfaceComparable<SemVer>
-
atLeast
-
toString
-