Class InstanceLastOperationResponseBody

    • Nested Class Summary

      • Nested classes/interfaces inherited from class java.util.AbstractMap

        java.util.AbstractMap.SimpleEntry<K extends java.lang.Object,V extends java.lang.Object>, java.util.AbstractMap.SimpleImmutableEntry<K extends java.lang.Object,V extends java.lang.Object>
      • Nested classes/interfaces inherited from interface java.util.Map

        java.util.Map.Entry<K extends java.lang.Object,V extends java.lang.Object>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String KEY_DESCRIPTION  
      static java.lang.String KEY_STATE  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDescription()  
      State getState()  
      void setDescription​(java.lang.String description)  
      void setState​(State state)  
      void validate()
      Check if the object and its subobjects are in valid state.
      • Methods inherited from class java.util.AbstractMap

        equals, hashCode
      • Methods inherited from class java.util.HashMap

        clone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, putAll, putIfAbsent, remove, remove, replace, replace, size
      • Methods inherited from interface de.fmui.osb.broker.json.JSONObject

        put
      • Methods inherited from class de.fmui.osb.broker.internal.json.JSONObjectImpl

        addJSONString, escape, put, toJSONString, toJSONString, toString, toString, writeJSONString, writeJSONString
      • Methods inherited from class java.util.LinkedHashMap

        clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, values
      • Methods inherited from interface java.util.Map

        clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
      • Methods inherited from class java.lang.Object

        finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • InstanceLastOperationResponseBody

        public InstanceLastOperationResponseBody()