Class ThingCommand.JsonFields

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

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

    • JSON_THING_ID

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

    • JsonFields

      public JsonFields()