Class TsiPeer.UnsignedInt64Property

  • Enclosing class:
    TsiPeer

    public static final class TsiPeer.UnsignedInt64Property
    extends TsiPeer.Property<java.math.BigInteger>
    A peer property corresponding to an unsigned 64-bit integer.
    • Constructor Summary

      Constructors 
      Constructor Description
      UnsignedInt64Property​(java.lang.String name, java.math.BigInteger value)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • UnsignedInt64Property

        public UnsignedInt64Property​(@Nonnull
                                     java.lang.String name,
                                     @Nonnull
                                     java.math.BigInteger value)