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