Skip navigation links
Thingworx Platform API
8.5.0
com.thingworx.types.primitives

Class ThingCodePrimitive

  • java.lang.Object
    • com.thingworx.types.primitives.ThingCodePrimitive
    • Constructor Summary

      Constructors 
      Constructor and Description
      ThingCodePrimitive()


      Construct a new ThingCodePrimitive with a new ThingCode containing null values.
      ThingCodePrimitive(java.lang.Integer domainId, java.lang.Long instanceId)


      Construct a new ThingCodePrimitive with the provided domainId and instanceId.
      ThingCodePrimitive(ThingCode thingCode)


      Construct a new ThingCodePrimitive with a provided ThingCode.