Package tv.hd3g.jobkit.mod.dto
Class BackgroundServiceIdDto.Item
- java.lang.Object
-
- tv.hd3g.jobkit.mod.dto.BackgroundServiceIdDto.Item
-
- Enclosing class:
- BackgroundServiceIdDto
public static class BackgroundServiceIdDto.Item extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Item(java.util.UUID uuid, java.lang.String serviceName, java.lang.String servicePoolName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetServiceName()java.lang.StringgetServicePoolName()java.util.UUIDgetUuid()
-