Package org.intermine.client.core
Class Version
- java.lang.Object
-
- org.intermine.client.core.Version
-
public class Version extends java.lang.Object
Simple class representing service version.
-
-
Constructor Summary
Constructors Constructor Description Version(int major, int minor, int point)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
Returns string representation of Version that is send with request.
-