Class DecisionDefinitionDto


  • public class DecisionDefinitionDto
    extends Object
    • Field Detail

      • category

        protected String category
      • version

        protected int version
      • resource

        protected String resource
      • deploymentId

        protected String deploymentId
      • tenantId

        protected String tenantId
      • decisionRequirementsDefinitionId

        protected String decisionRequirementsDefinitionId
      • decisionRequirementsDefinitionKey

        protected String decisionRequirementsDefinitionKey
      • historyTimeToLive

        protected Integer historyTimeToLive
      • versionTag

        protected String versionTag
    • Constructor Detail

      • DecisionDefinitionDto

        public DecisionDefinitionDto()
    • Method Detail

      • getId

        public String getId()
      • getKey

        public String getKey()
      • getCategory

        public String getCategory()
      • getName

        public String getName()
      • getVersion

        public int getVersion()
      • getResource

        public String getResource()
      • getDeploymentId

        public String getDeploymentId()
      • getTenantId

        public String getTenantId()
      • getDecisionRequirementsDefinitionId

        public String getDecisionRequirementsDefinitionId()
      • getDecisionRequirementsDefinitionKey

        public String getDecisionRequirementsDefinitionKey()
      • getHistoryTimeToLive

        public Integer getHistoryTimeToLive()
      • getVersionTag

        public String getVersionTag()