Class TsiPeer.SignedInt64Property

  • Enclosing class:
    TsiPeer

    public static final class TsiPeer.SignedInt64Property
    extends TsiPeer.Property<java.lang.Long>
    A peer property corresponding to a signed 64-bit integer.
    • Constructor Summary

      Constructors 
      Constructor Description
      SignedInt64Property​(java.lang.String name, java.lang.Long value)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • SignedInt64Property

        public SignedInt64Property​(@Nonnull
                                   java.lang.String name,
                                   @Nonnull
                                   java.lang.Long value)