Class RemindFlowRecords

    • Constructor Detail

      • RemindFlowRecords

        public RemindFlowRecords()
      • RemindFlowRecords

        public RemindFlowRecords​(RemindFlowRecords source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getCanRemind

        public Boolean getCanRemind()
        Get 合同流程是否可以催办: true - 可以,false - 不可以。 若无法催办,将返回RemindMessage以解释原因。
        Returns:
        CanRemind 合同流程是否可以催办: true - 可以,false - 不可以。 若无法催办,将返回RemindMessage以解释原因。
      • setCanRemind

        public void setCanRemind​(Boolean CanRemind)
        Set 合同流程是否可以催办: true - 可以,false - 不可以。 若无法催办,将返回RemindMessage以解释原因。
        Parameters:
        CanRemind - 合同流程是否可以催办: true - 可以,false - 不可以。 若无法催办,将返回RemindMessage以解释原因。
      • getFlowId

        public String getFlowId()
        Get 合同流程ID,为32位字符串。
        Returns:
        FlowId 合同流程ID,为32位字符串。
      • setFlowId

        public void setFlowId​(String FlowId)
        Set 合同流程ID,为32位字符串。
        Parameters:
        FlowId - 合同流程ID,为32位字符串。
      • getRemindMessage

        public String getRemindMessage()
        Get 在合同流程无法催办的情况下,系统将返回RemindMessage以阐述原因。
        Returns:
        RemindMessage 在合同流程无法催办的情况下,系统将返回RemindMessage以阐述原因。
      • setRemindMessage

        public void setRemindMessage​(String RemindMessage)
        Set 在合同流程无法催办的情况下,系统将返回RemindMessage以阐述原因。
        Parameters:
        RemindMessage - 在合同流程无法催办的情况下,系统将返回RemindMessage以阐述原因。