Class SubscriptionDtoDtoGenerated

java.lang.Object
org.qubership.atp.environments.service.rest.server.dto.generated.SubscriptionDtoDtoGenerated

@Generated(value="org.openapitools.codegen.languages.SpringCodegen", date="2025-10-02T09:52:46.398782813Z[Etc/UTC]") public class SubscriptionDtoDtoGenerated extends Object
SubscriptionDtoDtoGenerated
  • Constructor Details

    • SubscriptionDtoDtoGenerated

      public SubscriptionDtoDtoGenerated()
  • Method Details

    • description

      public SubscriptionDtoDtoGenerated description(String description)
    • getDescription

      public String getDescription()
      Get description
      Returns:
      description
    • setDescription

      public void setDescription(String description)
    • environmentId

      public SubscriptionDtoDtoGenerated environmentId(UUID environmentId)
    • getEnvironmentId

      @Valid public @Valid UUID getEnvironmentId()
      Get environmentId
      Returns:
      environmentId
    • setEnvironmentId

      public void setEnvironmentId(UUID environmentId)
    • id

    • getId

      @Valid public @Valid UUID getId()
      Get id
      Returns:
      id
    • setId

      public void setId(UUID id)
    • lastUpdated

      public SubscriptionDtoDtoGenerated lastUpdated(Long lastUpdated)
    • getLastUpdated

      public Long getLastUpdated()
      Get lastUpdated
      Returns:
      lastUpdated
    • setLastUpdated

      public void setLastUpdated(Long lastUpdated)
    • name

      public SubscriptionDtoDtoGenerated name(String name)
    • getName

      public String getName()
      Get name
      Returns:
      name
    • setName

      public void setName(String name)
    • projectId

      public SubscriptionDtoDtoGenerated projectId(UUID projectId)
    • getProjectId

      @Valid public @Valid UUID getProjectId()
      Get projectId
      Returns:
      projectId
    • setProjectId

      public void setProjectId(UUID projectId)
    • status

      public SubscriptionDtoDtoGenerated status(Integer status)
    • getStatus

      public Integer getStatus()
      Get status
      Returns:
      status
    • setStatus

      public void setStatus(Integer status)
    • subscriberId

      public SubscriptionDtoDtoGenerated subscriberId(UUID subscriberId)
    • getSubscriberId

      @Valid public @Valid UUID getSubscriberId()
      Get subscriberId
      Returns:
      subscriberId
    • setSubscriberId

      public void setSubscriberId(UUID subscriberId)
    • subscriptionType

      public SubscriptionDtoDtoGenerated subscriptionType(Integer subscriptionType)
    • getSubscriptionType

      public Integer getSubscriptionType()
      Get subscriptionType
      Returns:
      subscriptionType
    • setSubscriptionType

      public void setSubscriptionType(Integer subscriptionType)
    • systemId

      public SubscriptionDtoDtoGenerated systemId(UUID systemId)
    • getSystemId

      @Valid public @Valid UUID getSystemId()
      Get systemId
      Returns:
      systemId
    • setSystemId

      public void setSystemId(UUID systemId)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object