Class UpdateServiceInstanceResponseBody

    • 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>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDashboardURL()  
      java.lang.String getOperation()  
      void setDashboardURL​(java.lang.String dasboardURL)  
      void setOperation​(java.lang.String operation)  
      • 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

      • UpdateServiceInstanceResponseBody

        public UpdateServiceInstanceResponseBody()
    • Method Detail

      • getDashboardURL

        public java.lang.String getDashboardURL()
      • setDashboardURL

        public void setDashboardURL​(java.lang.String dasboardURL)
      • getOperation

        public java.lang.String getOperation()
      • setOperation

        public void setOperation​(java.lang.String operation)