Class NotifOutput
java.lang.Object
flexagon.ff.common.core.pojos.BasePOJO
flexagon.fd.model2.notification.pojos.NotifOutput
- All Implemented Interfaces:
Serializable
Represents a FlexDeploy output returned from a workflow. For use within a Notification Template.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNotifOutput(String pInputName, String pValue) Creates am Ouput for the given name and value. -
Method Summary
-
Constructor Details
-
NotifOutput
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
Returns the name of the Output.- Returns:
- The name of the Output.
-
getValue
Returns the value of the Output.- Returns:
- The value of the Output.
-