Class IntentResolution


  • public class IntentResolution
    extends java.lang.Object
    IntentResolution provides a standard format for data returned upon resolving an intent.
    Author:
    Anthony
    • Constructor Summary

      Constructors 
      Constructor Description
      IntentResolution​(java.lang.String source, java.lang.Object data, java.lang.String version)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getData()  
      java.lang.String getSource()  
      java.lang.String getVersion()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IntentResolution

        public IntentResolution​(java.lang.String source,
                                java.lang.Object data,
                                java.lang.String version)
    • Method Detail

      • getSource

        public java.lang.String getSource()
      • getData

        public java.lang.Object getData()
      • getVersion

        public java.lang.String getVersion()