Class Rotation


  • public class Rotation
    extends java.lang.Object
    A Brooklyn rotation, e.g. rotation-042.vespa.a02.yahoodns.net.
    • Constructor Summary

      Constructors 
      Constructor Description
      Rotation​(java.lang.String id)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      java.lang.String getId()  
      int hashCode()  
      • Methods inherited from class java.lang.Object

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

      • Rotation

        public Rotation​(java.lang.String id)
    • Method Detail

      • getId

        public java.lang.String getId()
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object