Class SubscriptionImpl
java.lang.Object
org.qubership.atp.environments.model.impl.AbstractIdentified
org.qubership.atp.environments.model.impl.SubscriptionImpl
- All Implemented Interfaces:
Serializable,Identified,Subscription
- See Also:
-
Field Summary
Fields inherited from class org.qubership.atp.environments.model.impl.AbstractIdentified
id -
Constructor Summary
ConstructorsConstructorDescriptionSubscriptionImpl(UUID uuid, Integer subscriptionType, UUID projectId, UUID environmentId, UUID systemId, Subscriber subscriber, Integer status, Long lastUpdated, List<UpdateEvent> updateEvents) TODO Make javadoc documentation for this method. -
Method Summary
Modifier and TypeMethodDescriptionvoidsetEnvironmentId(UUID environmentId) voidsetLastUpdated(Long lastUpdated) voidsetProjectId(UUID projectId) voidvoidsetSubscriber(Subscriber subscriber) voidsetSubscriptionType(Integer subscriptionType) voidsetSystemId(UUID systemId) voidsetUpdateEvents(List<UpdateEvent> updateEvents) Methods inherited from class org.qubership.atp.environments.model.impl.AbstractIdentified
equals, getId, hashCode, setId, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.qubership.atp.environments.model.Identified
getId, setIdMethods inherited from interface org.qubership.atp.environments.model.Subscription
isParent
-
Constructor Details
-
SubscriptionImpl
public SubscriptionImpl() -
SubscriptionImpl
public SubscriptionImpl(UUID uuid, Integer subscriptionType, UUID projectId, UUID environmentId, UUID systemId, Subscriber subscriber, Integer status, Long lastUpdated, List<UpdateEvent> updateEvents) TODO Make javadoc documentation for this method.
-
-
Method Details
-
getSubscriptionType
- Specified by:
getSubscriptionTypein interfaceSubscription
-
setSubscriptionType
- Specified by:
setSubscriptionTypein interfaceSubscription
-
getProjectId
- Specified by:
getProjectIdin interfaceSubscription
-
setProjectId
- Specified by:
setProjectIdin interfaceSubscription
-
getEnvironmentId
- Specified by:
getEnvironmentIdin interfaceSubscription
-
setEnvironmentId
- Specified by:
setEnvironmentIdin interfaceSubscription
-
getSystemId
- Specified by:
getSystemIdin interfaceSubscription
-
setSystemId
- Specified by:
setSystemIdin interfaceSubscription
-
getSubscriber
- Specified by:
getSubscriberin interfaceSubscription
-
setSubscriber
- Specified by:
setSubscriberin interfaceSubscription
-
getStatus
- Specified by:
getStatusin interfaceSubscription
-
setStatus
- Specified by:
setStatusin interfaceSubscription
-
getLastUpdated
- Specified by:
getLastUpdatedin interfaceSubscription
-
setLastUpdated
- Specified by:
setLastUpdatedin interfaceSubscription
-
getUpdateEvents
- Specified by:
getUpdateEventsin interfaceSubscription
-
setUpdateEvents
- Specified by:
setUpdateEventsin interfaceSubscription
-