Class UpdateCaseDefinitionHistoryTimeToLiveCmd

  • All Implemented Interfaces:
    java.io.Serializable, Command<java.lang.Void>

    public class UpdateCaseDefinitionHistoryTimeToLiveCmd
    extends java.lang.Object
    implements Command<java.lang.Void>, java.io.Serializable
    See Also:
    Serialized Form
    • Field Detail

      • caseDefinitionId

        protected java.lang.String caseDefinitionId
      • historyTimeToLive

        protected java.lang.Integer historyTimeToLive
    • Constructor Detail

      • UpdateCaseDefinitionHistoryTimeToLiveCmd

        public UpdateCaseDefinitionHistoryTimeToLiveCmd​(java.lang.String caseDefinitionId,
                                                        java.lang.Integer historyTimeToLive)