Class SubscriptionDto
java.lang.Object
org.qubership.atp.environments.model.impl.AbstractIdentified
org.qubership.atp.environments.model.impl.AbstractNamed
org.qubership.atp.environments.model.impl.AbstractDescribed
org.qubership.atp.environments.service.rest.server.dto.SubscriptionDto
- All Implemented Interfaces:
Serializable,Described,Identified,Named
- See Also:
-
Field Summary
Fields inherited from class org.qubership.atp.environments.model.impl.AbstractDescribed
descriptionFields inherited from class org.qubership.atp.environments.model.impl.AbstractNamed
nameFields inherited from class org.qubership.atp.environments.model.impl.AbstractIdentified
id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetEnvironmentId(UUID environmentId) voidsetLastUpdated(Long lastUpdated) voidsetProjectId(UUID projectId) voidvoidsetSubscriberId(UUID subscriberId) voidsetSubscriptionType(Integer subscriptionType) voidsetSystemId(UUID systemId) Methods inherited from class org.qubership.atp.environments.model.impl.AbstractDescribed
getDescription, setDescriptionMethods inherited from class org.qubership.atp.environments.model.impl.AbstractNamed
getName, setName, toStringMethods inherited from class org.qubership.atp.environments.model.impl.AbstractIdentified
equals, getId, hashCode, setIdMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.qubership.atp.environments.model.Identified
isParent
-
Constructor Details
-
SubscriptionDto
public SubscriptionDto()
-
-
Method Details
-
getSubscriptionType
-
setSubscriptionType
-
getProjectId
-
setProjectId
-
getEnvironmentId
-
setEnvironmentId
-
getSystemId
-
setSystemId
-
getSubscriberId
-
setSubscriberId
-
getStatus
-
setStatus
-
getLastUpdated
-
setLastUpdated
-