Class InvocationProcessorView

java.lang.Object
com.xebialabs.deployit.engine.api.dto.AbstractDto
com.xebialabs.deployit.core.rest.view.InvocationProcessorView

public class InvocationProcessorView extends com.xebialabs.deployit.engine.api.dto.AbstractDto
The details about the processor called for stitch transformation.
  • Constructor Details

    • InvocationProcessorView

      public InvocationProcessorView(UUID id, String type, String description, String namespace, UUID namespaceId, Integer phase, String ruleName, UUID ruleId, Integer weight, String mergeType)
    • InvocationProcessorView

      public InvocationProcessorView()
  • Method Details

    • getId

      public UUID getId()
      Returns processor ID.
      Returns:
      The ID of processor.
    • setId

      public void setId(UUID id)
      Sets processor ID.
      Parameters:
      id - The processor ID.
    • getType

      public String getType()
      Returns processor type.
      Returns:
      The type of processor.
    • setType

      public void setType(String type)
      Sets processor type.
      Parameters:
      type - The processor type.
    • getDescription

      public String getDescription()
      Returns processor description.
      Returns:
      The description of processor.
    • setDescription

      public void setDescription(String description)
      Sets processor description.
      Parameters:
      description - The processor description.
    • getNamespace

      public String getNamespace()
      Return processor namespace.
      Returns:
      The namespace of rule for processor.
    • setNamespace

      public void setNamespace(String namespace)
      Sets processor's rule namespace.
      Parameters:
      namespace - The processor's rule namespace.
    • getNamespaceId

      public UUID getNamespaceId()
      Returns processor's rule namespace ID.
      Returns:
      The namespace ID of rule for processor.
    • setNamespaceId

      public void setNamespaceId(UUID namespaceId)
      Sets processor's rule namespace ID.
      Parameters:
      namespaceId - The processor's rule namespace ID.
    • getPhase

      public Integer getPhase()
      Returns processor's phase.
      Returns:
      The phase indicator of processor.
    • setPhase

      public void setPhase(Integer phase)
      Sets processor's phase.
      Parameters:
      phase - The processor phase.
    • getRuleName

      public String getRuleName()
      Returns processor's rule name.
      Returns:
      The rule name for the processor.
    • setRuleName

      public void setRuleName(String ruleName)
      Sets processor's rule name.
      Parameters:
      ruleName - The processor rule name.
    • getRuleId

      public UUID getRuleId()
      Returns processor's rule ID.
      Returns:
      The rule ID for the processor.
    • setRuleId

      public void setRuleId(UUID ruleId)
      Sets processor's rule ID.
      Parameters:
      ruleId - The processor rule ID.
    • getWeight

      public Integer getWeight()
      Returns processor's weight.
      Returns:
      The weight of processor.
    • setWeight

      public void setWeight(Integer weight)
      Sets processor's weight.
      Parameters:
      weight - The processor weight.
    • getMergeType

      public String getMergeType()
      Returns processor's mergeType.
      Returns:
      The mergeType of processor.
    • setMergeType

      public void setMergeType(String mergeType)
      Sets processor's mergeType.
      Parameters:
      mergeType - The processor merge type.