Class MacroProps

  • All Implemented Interfaces:
    java.lang.Cloneable

    public class MacroProps
    extends java.lang.Object
    implements java.lang.Cloneable
    • Constructor Detail

      • MacroProps

        public MacroProps()
    • Method Detail

      • fallback

        public void fallback​(MacroProps fallback)
        Copies values from fallback into this instance if they are null in this instance.
        Parameters:
        fallback - The instance to copy from; not modified by this operation.
      • hashCode

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

        public boolean equals​(java.lang.Object _other)
        Overrides:
        equals in class java.lang.Object
      • clone

        public java.lang.Object clone()
        Overrides:
        clone in class java.lang.Object