GenerationDetails

public class GenerationDetails implements Serializable

Generation details describe how a Variable was generated from one or more input Variables.

Fields

description

private I18nString description

A description of this generation rule. Markdown is supported. Must not contain more than 2048 characters

rule

private String rule

The computation rule in the ruleExpressionLanguage which was used to generate this Variable. Must not contain more than 1 MB characters.

ruleExpressionLanguage

private String ruleExpressionLanguage

The language which was used to describe this rule. Must be one of RuleExpressionLanguages.

serialVersionUID

private static final long serialVersionUID