Class RegisterThingResponse


  • public class RegisterThingResponse
    extends Object
    Response payload to a RegisterThing request.
    • Field Detail

      • deviceConfiguration

        public HashMap<String,​String> deviceConfiguration
        The device configuration defined in the template.
      • thingName

        public String thingName
        The name of the IoT thing created during provisioning.
    • Constructor Detail

      • RegisterThingResponse

        public RegisterThingResponse()