类 FlowExecutionStatus

    • 构造器详细资料

      • FlowExecutionStatus

        public FlowExecutionStatus​(java.lang.String status)
        参数:
        status - String status value.
    • 方法详细资料

      • isStop

        public boolean isStop()
        返回:
        true if the status starts with "STOPPED"
      • isFail

        public boolean isFail()
        返回:
        true if the status starts with "FAILED"
      • isEnd

        public boolean isEnd()
        返回:
        true if this status represents the end of a flow
      • equals

        public boolean equals​(java.lang.Object object)
        Check the equality of the statuses.
        覆盖:
        equals 在类中 java.lang.Object
        另请参阅:
        Object.equals(java.lang.Object)
      • hashCode

        public int hashCode()
        覆盖:
        hashCode 在类中 java.lang.Object
      • toString

        public java.lang.String toString()
        覆盖:
        toString 在类中 java.lang.Object
        另请参阅:
        Object.toString()
      • getName

        public java.lang.String getName()
        返回:
        the name of this status