Class ExtensibleBindingConfig
java.lang.Object
com.inductiveautomation.factorypmi.application.binding.interchange.ExtensibleBindingConfig
- All Implemented Interfaces:
BindingConfiguration
,Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionRepresents what extensible binding function this config is meant to call.boolean
static final String
-
Constructor Summary
ConstructorsConstructorDescriptionExtensibleBindingConfig
(String bindingKey, Map<String, String> params, PollingConfig polling, boolean serializableDataset) -
Method Summary
Modifier and TypeMethodDescriptionboolean
A string that represents the type of binding that this configuration representsint
hashCode()
-
Field Details
-
TYPE
- See Also:
-
bindingKey
Represents what extensible binding function this config is meant to call. -
params
-
polling
-
serializableDataset
public boolean serializableDataset
-
-
Constructor Details
-
ExtensibleBindingConfig
public ExtensibleBindingConfig(String bindingKey, Map<String, String> params, PollingConfig polling, boolean serializableDataset)
-
-
Method Details
-
getBindingType
Description copied from interface:BindingConfiguration
A string that represents the type of binding that this configuration represents- Specified by:
getBindingType
in interfaceBindingConfiguration
-
equals
-
hashCode
public int hashCode()
-