Class ThingCommandResponse.JsonFields

java.lang.Object
org.eclipse.ditto.base.model.signals.commands.CommandResponse.JsonFields
org.eclipse.ditto.things.model.signals.commands.ThingCommandResponse.JsonFields
Enclosing interface:
ThingCommandResponse<T extends ThingCommandResponse<T>>

public static class ThingCommandResponse.JsonFields extends org.eclipse.ditto.base.model.signals.commands.CommandResponse.JsonFields
This class contains definitions for all specific fields of a ThingCommandResponse's JSON representation.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.eclipse.ditto.json.JsonFieldDefinition<String>
    JSON field containing the ThingCommandResponse's thingId.

    Fields inherited from class org.eclipse.ditto.base.model.signals.commands.CommandResponse.JsonFields

    PAYLOAD, STATUS, TYPE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • JSON_THING_ID

      public static final org.eclipse.ditto.json.JsonFieldDefinition<String> JSON_THING_ID
      JSON field containing the ThingCommandResponse's thingId.
  • Constructor Details

    • JsonFields

      public JsonFields()