Class ConditionalRecipientRuleCondition


  • public class ConditionalRecipientRuleCondition
    extends java.lang.Object
    ConditionalRecipientRuleCondition.
    • Constructor Detail

      • ConditionalRecipientRuleCondition

        public ConditionalRecipientRuleCondition()
    • Method Detail

      • getOrder

        public java.lang.String getOrder()
        .
        Returns:
        order
      • setOrder

        public void setOrder​(java.lang.String order)
        setOrder.
      • recipientLabel

        public ConditionalRecipientRuleCondition recipientLabel​(java.lang.String recipientLabel)
        recipientLabel.
        Returns:
        ConditionalRecipientRuleCondition
      • getRecipientLabel

        public java.lang.String getRecipientLabel()
        .
        Returns:
        recipientLabel
      • setRecipientLabel

        public void setRecipientLabel​(java.lang.String recipientLabel)
        setRecipientLabel.
      • equals

        public boolean equals​(java.lang.Object o)
        Compares objects.
        Overrides:
        equals in class java.lang.Object
        Returns:
        true or false depending on comparison result.
      • hashCode

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

        public java.lang.String toString()
        Converts the given object to string.
        Overrides:
        toString in class java.lang.Object