Class StreamDeploymentResource

java.lang.Object
org.springframework.hateoas.RepresentationModel<StreamDeploymentResource>
org.springframework.cloud.dataflow.rest.resource.StreamDeploymentResource

public class StreamDeploymentResource extends org.springframework.hateoas.RepresentationModel<StreamDeploymentResource>
A HATEOAS representation of a stream deployment.
Author:
Eric Bottard, Ilayaperumal Gopinathan
  • Constructor Details

    • StreamDeploymentResource

      protected StreamDeploymentResource()
      Default constructor for serialization frameworks.
    • StreamDeploymentResource

      public StreamDeploymentResource(String streamName, String dslText)
    • StreamDeploymentResource

      public StreamDeploymentResource(String streamName, String dslText, String deploymentProperties)
    • StreamDeploymentResource

      public StreamDeploymentResource(String streamName, String dslText, String deploymentProperties, String status)
    • StreamDeploymentResource

      public StreamDeploymentResource(String streamName, String dslText, String description, String deploymentProperties, String status)
  • Method Details

    • getStreamName

      public String getStreamName()
    • getDeploymentProperties

      public String getDeploymentProperties()
    • getDslText

      public String getDslText()
    • getStatus

      public String getStatus()
    • getDescription

      public String getDescription()