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
-
Nested Class Summary
-
Constructor Summary
ModifierConstructorDescriptionprotected
Default constructor for serialization frameworks.StreamDeploymentResource
(String streamName, String dslText) StreamDeploymentResource
(String streamName, String dslText, String deploymentProperties) StreamDeploymentResource
(String streamName, String dslText, String deploymentProperties, String status) StreamDeploymentResource
(String streamName, String dslText, String description, String deploymentProperties, String status) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class org.springframework.hateoas.RepresentationModel
add, add, add, addAllIf, addIf, equals, getLink, getLink, getLinks, getLinks, getLinks, getRequiredLink, getRequiredLink, hashCode, hasLink, hasLink, hasLinks, mapLink, mapLinkIf, of, of, removeLinks, toString
-
Constructor Details
-
StreamDeploymentResource
protected StreamDeploymentResource()Default constructor for serialization frameworks. -
StreamDeploymentResource
-
StreamDeploymentResource
-
StreamDeploymentResource
-
StreamDeploymentResource
-
-
Method Details
-
getStreamName
-
getDeploymentProperties
-
getDslText
-
getStatus
-
getDescription
-