public class StreamApplication extends Object
StreamApplication.ApplicationType
,
label, application and deployment properties.Modifier and Type | Class and Description |
---|---|
static class |
StreamApplication.ApplicationType |
Constructor and Description |
---|
StreamApplication(String name)
Construct a new StreamApplication given the application name.
|
Modifier and Type | Method and Description |
---|---|
StreamApplication |
addDeploymentProperty(String key,
Object value) |
StreamApplication |
addProperties(Map<String,Object> properties) |
StreamApplication |
addProperty(String key,
Object value) |
boolean |
equals(Object o) |
String |
getDefinition() |
Map<String,Object> |
getDeploymentProperties() |
String |
getIdentity() |
String |
getLabel() |
String |
getName() |
Map<String,Object> |
getProperties() |
StreamApplication.ApplicationType |
getType() |
int |
hashCode() |
StreamApplication |
label(String label) |
String |
toString() |
StreamApplication |
type(StreamApplication.ApplicationType type) |
public StreamApplication(String name)
name
- The name of the application.public String getName()
public StreamApplication label(String label)
public StreamApplication addProperty(String key, Object value)
public StreamApplication addDeploymentProperty(String key, Object value)
public StreamApplication addProperties(Map<String,Object> properties)
public String getLabel()
public StreamApplication type(StreamApplication.ApplicationType type)
public String getIdentity()
public String getDefinition()
public StreamApplication.ApplicationType getType()
Copyright © 2024 Pivotal Software, Inc.. All rights reserved.