Class SlotReservationData


  • public class SlotReservationData
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      SlotReservationData​(java.lang.String taskQueue, java.lang.String workerIdentity, java.lang.String workerBuildId)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • taskQueue

        public final java.lang.String taskQueue
      • workerIdentity

        public final java.lang.String workerIdentity
      • workerBuildId

        public final java.lang.String workerBuildId
    • Constructor Detail

      • SlotReservationData

        public SlotReservationData​(java.lang.String taskQueue,
                                   java.lang.String workerIdentity,
                                   java.lang.String workerBuildId)