Class B2Sdk


  • public class B2Sdk
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      B2Sdk()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getName()  
      static java.lang.String getVersion()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • B2Sdk

        public B2Sdk()
    • Method Detail

      • getName

        public static java.lang.String getName()
        Returns:
        the name of this sdk. it's a string that matches [a-zA-Z][-_.a-zA-Z0-9]*
      • getVersion

        public static java.lang.String getVersion()
        Returns:
        the version of this SDK. it's a string that matches [0-9][0-9.]*