Package dev.cdevents.models
Class ServiceRemovedSubject
- java.lang.Object
-
- dev.cdevents.models.Subject
-
- dev.cdevents.models.ServiceRemovedSubject
-
public class ServiceRemovedSubject extends Subject
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classServiceRemovedSubject.ServiceRemovedSubjectContent
-
Constructor Summary
Constructors Constructor Description ServiceRemovedSubject(CDEventConstants.SubjectType subjectType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServiceRemovedSubject.ServiceRemovedSubjectContentgetContent()voidsetContent(ServiceRemovedSubject.ServiceRemovedSubjectContent content)
-
-
-
Constructor Detail
-
ServiceRemovedSubject
public ServiceRemovedSubject(CDEventConstants.SubjectType subjectType)
- Parameters:
subjectType-
-
-
Method Detail
-
getContent
public ServiceRemovedSubject.ServiceRemovedSubjectContent getContent()
- Returns:
- the Service Removed subject's Content
-
setContent
public void setContent(ServiceRemovedSubject.ServiceRemovedSubjectContent content)
- Parameters:
content-
-
-