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