Class PdServiceAndIsReqDTO


  • public class PdServiceAndIsReqDTO
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static PdServiceAndIsReqDTO of​(java.lang.Long pdServiceLink, java.util.List<java.lang.Long> pdServiceVersionLinks, java.lang.Boolean isReq)  
      • Methods inherited from class java.lang.Object

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

      • PdServiceAndIsReqDTO

        public PdServiceAndIsReqDTO()
    • Method Detail

      • of

        public static PdServiceAndIsReqDTO of​(java.lang.Long pdServiceLink,
                                              java.util.List<java.lang.Long> pdServiceVersionLinks,
                                              java.lang.Boolean isReq)