Class Pivot


  • public class Pivot
    extends java.lang.Object
    POJO class representing Pivot
    • Constructor Summary

      Constructors 
      Constructor Description
      Pivot​(java.lang.String key, java.util.List<Pivot> pivots)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getKey()  
      java.util.List<Pivot> getPivots()  
      • Methods inherited from class java.lang.Object

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

      • Pivot

        public Pivot​(java.lang.String key,
                     java.util.List<Pivot> pivots)
    • Method Detail

      • getKey

        public java.lang.String getKey()
      • getPivots

        public java.util.List<Pivot> getPivots()