Class NotifOutput

java.lang.Object
flexagon.ff.common.core.pojos.BasePOJO
flexagon.fd.model2.notification.pojos.NotifOutput
All Implemented Interfaces:
Serializable

public class NotifOutput extends BasePOJO
Represents a FlexDeploy output returned from a workflow. For use within a Notification Template.
See Also:
  • Constructor Details

    • NotifOutput

      public NotifOutput(String pInputName, String pValue)
      Creates am Ouput for the given name and value.
      Parameters:
      pInputName - The name of the output.
      pValue - The value of the output.
  • Method Details

    • getName

      public String getName()
      Returns the name of the Output.
      Returns:
      The name of the Output.
    • getValue

      public String getValue()
      Returns the value of the Output.
      Returns:
      The value of the Output.