Class ShadowMetadata


  • public class ShadowMetadata
    extends Object
    Contains the last-updated timestamps for each attribute in the desired and reported sections of the shadow state.
    • Field Detail

      • desired

        public HashMap<String,​Object> desired
        Contains the timestamps for each attribute in the desired section of a shadow's state.
      • reported

        public HashMap<String,​Object> reported
        Contains the timestamps for each attribute in the reported section of a shadow's state.
    • Constructor Detail

      • ShadowMetadata

        public ShadowMetadata()