Class MacrosParameter

java.lang.Object
org.qubership.atp.macros.core.model.MacrosParameter
All Implemented Interfaces:
Serializable

public class MacrosParameter extends Object implements Serializable
See Also:
  • Field Details

    • uuid

      protected UUID uuid
    • name

      protected String name
    • description

      protected String description
    • defaultValue

      protected String defaultValue
    • optional

      protected Boolean optional
  • Constructor Details

    • MacrosParameter

      public MacrosParameter()