Class MQTTMessageProducerWorkflowAction.DataCfg
java.lang.Object
de.uplanet.lucy.server.mqtt.workflow.action.MQTTMessageProducerWorkflowAction.DataCfg
- All Implemented Interfaces:
IContextVariableNameDataProp
,IDataFieldGuidDataProp
,IDataProp
,ITextDataProp
- Enclosing class:
MQTTMessageProducerWorkflowAction
public static final class MQTTMessageProducerWorkflowAction.DataCfg
extends Object
implements ITextDataProp, IContextVariableNameDataProp, IDataFieldGuidDataProp
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the name of the context variable that contains the payload data.Get the GUID of the data field that contains the payload data.getText()
Get the static payload character data.void
setContextVariableName
(String p_strContextVariableName) Set the name of the context variable that contains the payload data.void
setDataFieldGuid
(String p_strDataFieldGuid) Set the GUID of the data field that contains the payload data.void
Set static payload character data.
-
Constructor Details
-
DataCfg
public DataCfg()
-
-
Method Details
-
getText
Description copied from interface:ITextDataProp
Get the static payload character data.- Specified by:
getText
in interfaceITextDataProp
- Returns:
- The static payload data, or
null
.
-
setText
Description copied from interface:ITextDataProp
Set static payload character data.- Specified by:
setText
in interfaceITextDataProp
- Parameters:
p_strText
- The static payload data.
-
getContextVariableName
Description copied from interface:IContextVariableNameDataProp
Get the name of the context variable that contains the payload data.Existing prefixes are
Note that not all prefixes are available in all contexts.- Specified by:
getContextVariableName
in interfaceIContextVariableNameDataProp
- Returns:
- The name of the context variable, or
null
. - See Also:
-
setContextVariableName
Description copied from interface:IContextVariableNameDataProp
Set the name of the context variable that contains the payload data.Existing prefixes are
Note that not all prefixes are available in all contexts.- Specified by:
setContextVariableName
in interfaceIContextVariableNameDataProp
- Parameters:
p_strContextVariableName
- The name of the context variable.- See Also:
-
getDataFieldGuid
Description copied from interface:IDataFieldGuidDataProp
Get the GUID of the data field that contains the payload data.- Specified by:
getDataFieldGuid
in interfaceIDataFieldGuidDataProp
- Returns:
- The GUID of the data field, or
null
.
-
setDataFieldGuid
Description copied from interface:IDataFieldGuidDataProp
Set the GUID of the data field that contains the payload data.- Specified by:
setDataFieldGuid
in interfaceIDataFieldGuidDataProp
- Parameters:
p_strDataFieldGuid
- The GUID of the data field.
-