Package 

Interface RawDataContainer


  • 
    public interface RawDataContainer<DataType extends Object>
    
                        

    A type which exposes its underlying raw data, for debugging purposes or for getting access to future data while using an older version of the SDK.

    • Method Summary

      Modifier and Type Method Description
      abstract DataType getRawData() The underlying data.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait