Package com.thingworx.things.bindings
Class RemoteServiceBinding
- java.lang.Object
-
- com.thingworx.things.bindings.GenericBinding
-
- com.thingworx.things.bindings.RemoteBinding
-
- com.thingworx.things.bindings.RemoteServiceBinding
-
- All Implemented Interfaces:
ICharacteristic
,IDiffableObject
,java.lang.Cloneable
@ThingworxExtensionApiClass(since={6,6}, canInstantiate=true) public final class RemoteServiceBinding extends RemoteBinding implements ICharacteristic, java.lang.Cloneable
-
-
Field Summary
-
Fields inherited from class com.thingworx.things.bindings.RemoteBinding
DEFAULT_TIMEOUT
-
-
Constructor Summary
Constructors Constructor Description RemoteServiceBinding()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
getEnableQueue()
void
setEnableQueue(boolean value)
-
Methods inherited from class com.thingworx.things.bindings.RemoteBinding
getTimeout, setTimeout
-
Methods inherited from class com.thingworx.things.bindings.GenericBinding
getName, getSourceName, setName, setSourceName
-
-
-
-
Method Detail
-
setEnableQueue
@ThingworxExtensionApiMethod(since={6,6}) public void setEnableQueue(boolean value)
-
getEnableQueue
@ThingworxExtensionApiMethod(since={6,6}) public boolean getEnableQueue()
-
-