public class StreamDeploymentResource extends org.springframework.hateoas.RepresentationModel<StreamDeploymentResource>
Modifier and Type | Class and Description |
---|---|
static class |
StreamDeploymentResource.Page |
Modifier | Constructor and Description |
---|---|
protected |
StreamDeploymentResource()
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) |
Modifier and Type | Method and Description |
---|---|
String |
getDeploymentProperties() |
String |
getDescription() |
String |
getDslText() |
String |
getStatus() |
String |
getStreamName() |
protected StreamDeploymentResource()
public StreamDeploymentResource(String streamName, String dslText, String deploymentProperties)
public StreamDeploymentResource(String streamName, String dslText, String deploymentProperties, String status)
Copyright © 2023 Pivotal Software, Inc.. All rights reserved.