Class FlowSchemaStatus

  • All Implemented Interfaces:
    com.marcnuri.yakc.model.Model

    public class FlowSchemaStatus
    extends java.lang.Object
    implements com.marcnuri.yakc.model.Model
    FlowSchemaStatus represents the current state of a FlowSchema.
    • Constructor Detail

      • FlowSchemaStatus

        public FlowSchemaStatus​(java.util.List<FlowSchemaCondition> conditions)
      • FlowSchemaStatus

        public FlowSchemaStatus()
    • Method Detail

      • getConditions

        public java.util.List<FlowSchemaCondition> getConditions()
        `conditions` is a list of the current states of FlowSchema.
      • setConditions

        public void setConditions​(java.util.List<FlowSchemaCondition> conditions)
        `conditions` is a list of the current states of FlowSchema.
      • 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