Package com.chatmotorapi.api.version
Class Version
java.lang.Object
com.chatmotorapi.api.version.Version
public class Version extends Object
Displays the product Version info
-
Field Summary
-
Constructor Summary
Constructors Constructor Description Version()
-
Method Summary
Modifier and Type Method Description static String
getVersion()
Gets the version of the product.String
toString()
-
Field Details
-
VENDOR
The name of the vendor.- See Also:
- Constant Field Values
-
WEB
The official website URL of the vendor.- See Also:
- Constant Field Values
-
COPYRIGHT
The copyright notice for the vendor's software or services.- See Also:
- Constant Field Values
-
EMAIL
The contact email address for the vendor.- See Also:
- Constant Field Values
-
-
Constructor Details
-
Version
public Version()
-
-
Method Details