Class 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

      Fields 
      Modifier and Type Field Description
      static org.eclipse.ditto.json.JsonFieldDefinition<java.lang.String> JSON_THING_ID
      JSON field containing the ThingCommand's thingId.
      • Fields inherited from class org.eclipse.ditto.base.model.signals.commands.Command.JsonFields

        TYPE
    • Constructor Summary

      Constructors 
      Constructor Description
      JsonFields()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • JSON_THING_ID

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

      • JsonFields

        public JsonFields()