Class Entry


  • public class Entry
    extends java.lang.Object
    A transformation performed while executing a deploy.
    Since:
    0.0.1
    • Constructor Summary

      Constructors 
      Constructor Description
      Entry()  
    • Constructor Detail

      • Entry

        public Entry()
    • Method Detail

      • getKey

        public java.lang.String getKey()
        The formatted string of the `Key`
      • setKey

        public void setKey​(java.lang.String key)
        The formatted string of the `Key`
      • equals

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

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

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

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