Class TsiPeer.PropertyList

  • Enclosing class:
    TsiPeer

    public static final class TsiPeer.PropertyList
    extends TsiPeer.Property<java.util.List<TsiPeer.Property<?>>>
    A peer property corresponding to a list of peer properties.
    • Constructor Summary

      Constructors 
      Constructor Description
      PropertyList​(java.lang.String name, java.util.List<TsiPeer.Property<?>> value)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • PropertyList

        public PropertyList​(@Nonnull
                            java.lang.String name,
                            @Nonnull
                            java.util.List<TsiPeer.Property<?>> value)