Class ShadowState


  • public class ShadowState
    extends Object
    (Potentially partial) state of an AWS IoT thing's shadow.
    • Field Detail

      • desired

        public HashMap<String,​Object> desired
        The desired shadow state (from external services and devices).
      • desiredIsNullable

        public transient boolean desiredIsNullable
        If set to true, then desired can be set to null.
      • reported

        public HashMap<String,​Object> reported
        The (last) reported shadow state from the device.
      • reportedIsNullable

        public transient boolean reportedIsNullable
        If set to true, then reported can be set to null.
    • Constructor Detail

      • ShadowState

        public ShadowState()