Class MetadataCallback

    • Constructor Detail

      • MetadataCallback

        public MetadataCallback​(org.json.JSONObject jsonObject,
                                int index)
      • MetadataCallback

        public MetadataCallback()
    • Method Detail

      • getValue

        public org.json.JSONObject getValue()
      • setAttribute

        protected void setAttribute​(java.lang.String name,
                                    java.lang.Object value)
        Specified by:
        setAttribute in class AbstractCallback
      • getType

        public java.lang.String getType()
        Description copied from interface: Callback
        Return the type of the Callback, the type name should align with the Callback type returned from AM
        Specified by:
        getType in interface Callback