Class RequestDto

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String workerId  
    • Constructor Summary

      Constructors 
      Constructor Description
      RequestDto​(java.lang.String workerId)  
    • Method Summary

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

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

      • workerId

        protected java.lang.String workerId
    • Constructor Detail

      • RequestDto

        public RequestDto​(java.lang.String workerId)
    • Method Detail

      • getWorkerId

        public java.lang.String getWorkerId()