Class Version


  • public class Version
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String version
      The version of the V5 API
    • Constructor Summary

      Constructors 
      Constructor Description
      Version​(java.lang.String version)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getVersion()  
      void setVersion​(java.lang.String version)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • version

        public java.lang.String version
        The version of the V5 API
    • Constructor Detail

      • Version

        public Version​(java.lang.String version)
    • Method Detail

      • getVersion

        public java.lang.String getVersion()
      • setVersion

        public void setVersion​(java.lang.String version)