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