Class Endpoints

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable<Endpoint>

    public class Endpoints
    extends java.lang.Object
    implements java.lang.Iterable<Endpoint>, java.io.Serializable
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.List<Endpoint> list  
    • Constructor Summary

      Constructors 
      Constructor Description
      Endpoints()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<Endpoint> getList()  
      java.util.Iterator<Endpoint> iterator()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.lang.Iterable

        forEach, spliterator
    • Field Detail

      • list

        private java.util.List<Endpoint> list
    • Constructor Detail

      • Endpoints

        public Endpoints()
    • Method Detail

      • getList

        public java.util.List<Endpoint> getList()
        Returns:
        the list
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • iterator

        public java.util.Iterator<Endpoint> iterator()
        Specified by:
        iterator in interface java.lang.Iterable<Endpoint>