public class DeploymentPattern extends Object
| Constructor and Description |
|---|
DeploymentPattern() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Returns the description of the deployment-pattern.
|
String |
getId()
Returns the id of the deployment-pattern.
|
String |
getName()
Returns the name of the deployment-pattern.
|
String |
getProductId()
Returns the associated productId of the deployment-pattern.
|
String |
getTestStatus()
Returns the last test testStatus of the deployment-pattern.
|
void |
setDescription(String description)
Sets the description of the deployment-pattern.
|
void |
setId(String id)
Sets the id of the deployment-pattern.
|
void |
setName(String name)
Sets the name of the deployment-pattern.
|
void |
setProductId(String productId)
Sets the associated productId of the deployment-pattern.
|
void |
setTestStatus(String testStatus)
Sets the final test testStatus of the deployment-pattern.
|
public String getId()
public void setId(String id)
id - deployment-pattern idpublic String getName()
public void setName(String name)
name - name of the deployment-patternpublic String getProductId()
public void setProductId(String productId)
productId - associated productIdpublic String getTestStatus()
public void setTestStatus(String testStatus)
testStatus - final test status of the deployment-patternpublic String getDescription()
public void setDescription(String description)
description - description of the deployment-patternCopyright © 2019 WSO2. All rights reserved.