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
FieldsModifier and TypeFieldDescriptionstatic 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 -
Method Summary
-
Field Details
-
JSON_THING_ID
JSON field containing the ThingCommandResponse's thingId.
-
-
Constructor Details
-
JsonFields
public JsonFields()
-