Package dev.cdevents.models
Class EnvironmentCreatedSubject
- java.lang.Object
-
- dev.cdevents.models.Subject
-
- dev.cdevents.models.EnvironmentCreatedSubject
-
public class EnvironmentCreatedSubject extends Subject
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classEnvironmentCreatedSubject.EnvironmentCreatedSubjectContent
-
Constructor Summary
Constructors Constructor Description EnvironmentCreatedSubject(CDEventConstants.SubjectType subjectType)Constructor to set the Subject Type.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EnvironmentCreatedSubject.EnvironmentCreatedSubjectContentgetContent()voidsetContent(EnvironmentCreatedSubject.EnvironmentCreatedSubjectContent content)
-
-
-
Constructor Detail
-
EnvironmentCreatedSubject
public EnvironmentCreatedSubject(CDEventConstants.SubjectType subjectType)
Constructor to set the Subject Type.- Parameters:
subjectType-
-
-
Method Detail
-
getContent
public EnvironmentCreatedSubject.EnvironmentCreatedSubjectContent getContent()
- Returns:
- the EnvironmentCreated subject's content
-
setContent
public void setContent(EnvironmentCreatedSubject.EnvironmentCreatedSubjectContent content)
- Parameters:
content-
-
-