Package tv.hd3g.jobkit.mod.dto
Class BackgroundServiceIdDto
- java.lang.Object
-
- org.springframework.hateoas.RepresentationModel<BackgroundServiceIdDto>
-
- tv.hd3g.jobkit.mod.dto.BackgroundServiceIdDto
-
public class BackgroundServiceIdDto extends org.springframework.hateoas.RepresentationModel<BackgroundServiceIdDto>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBackgroundServiceIdDto.Item
-
Constructor Summary
Constructors Constructor Description BackgroundServiceIdDto(Set<BackgroundServiceIdDto.Item> servicesIds)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)Set<BackgroundServiceIdDto.Item>getServicesIds()inthashCode()
-
-
-
Constructor Detail
-
BackgroundServiceIdDto
public BackgroundServiceIdDto(Set<BackgroundServiceIdDto.Item> servicesIds)
-
-
Method Detail
-
getServicesIds
public Set<BackgroundServiceIdDto.Item> getServicesIds()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classorg.springframework.hateoas.RepresentationModel<BackgroundServiceIdDto>
-
equals
public boolean equals(Object obj)
- Overrides:
equalsin classorg.springframework.hateoas.RepresentationModel<BackgroundServiceIdDto>
-
-