Class ScenarioRequest<T>


  • public class ScenarioRequest<T>
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ScenarioRequest​(java.lang.Integer id, T request)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Integer getId()  
      T getRequest()  
      • Methods inherited from class java.lang.Object

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

      • ScenarioRequest

        public ScenarioRequest​(java.lang.Integer id,
                               T request)
    • Method Detail

      • getId

        public java.lang.Integer getId()
      • getRequest

        public T getRequest()