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 Summary
FieldsModifier and TypeFieldDescriptionstatic final org.eclipse.ditto.json.JsonFieldDefinition<String>JSON field containing the ThingCommand's thingId.Fields inherited from class org.eclipse.ditto.base.model.signals.commands.Command.JsonFields
TYPE -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
JSON_THING_ID
JSON field containing the ThingCommand's thingId.
-
-
Constructor Details
-
JsonFields
public JsonFields()
-