Class AddKeys

  • All Implemented Interfaces:
    Transform

    public class AddKeys
    extends java.lang.Object
    implements Transform
    An implmentation of Transform that Adds the given collection of named keys.
    Since:
    0.0.1
    See Also:
    Transform
    • Constructor Detail

      • AddKeys

        public AddKeys()
    • Method Detail

      • setAddKeys

        public void setAddKeys​(java.util.List<NamedKey> addKeys)
        See Also:
        NamedKey
      • 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