Package com.thingworx.things.properties
Class ThingProperty
- java.lang.Object
-
- com.thingworx.types.primitives.structs.VTQ
-
- com.thingworx.types.properties.Property
-
- com.thingworx.things.properties.ThingProperty
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
@ThingworxExtensionApiClass(since={6,6}, canInstantiate=true) public class ThingProperty extends Property
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ThingProperty()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VTQ
getLastChangedValue()
-
Methods inherited from class com.thingworx.types.properties.Property
getPropertyDefinition, isFolded
-
Methods inherited from class com.thingworx.types.primitives.structs.VTQ
clone, compare, compareTo, fromStringTyped, getQuality, getTime, getValue, toString
-
-
-
-
Method Detail
-
getLastChangedValue
@ThingworxExtensionApiMethod(since={6,6}) public VTQ getLastChangedValue()
-
-