public class EndpointTemplateInfo extends Object
Constructor and Description |
---|
EndpointTemplateInfo() |
Modifier and Type | Method and Description |
---|---|
void |
addParam(String paramName) |
String |
getArtifactContainerName()
Get the artifactContainer of the sequence which deployed from
|
String |
getDescription() |
String |
getEndpointType() |
boolean |
getIsEdited()
Get the edit state of the sequence
|
String |
getParamColelctionString() |
String |
getTemplateName() |
void |
setArtifactContainerName(String artifactContainerName)
Set the sequence artifact container name as a metadata
|
void |
setDescription(String description) |
void |
setEndpointType(String endpointType) |
void |
setIsEdited(boolean isEdited)
Set the edit state of the sequence as a metadata
|
void |
setTemplateName(String templateName) |
public String getTemplateName()
public void setTemplateName(String templateName)
public String getDescription()
public void setDescription(String description)
public String getEndpointType()
public void setEndpointType(String endpointType)
public void addParam(String paramName)
public String getParamColelctionString()
public String getArtifactContainerName()
public void setArtifactContainerName(String artifactContainerName)
artifactContainerName
- endpoint namepublic boolean getIsEdited()
public void setIsEdited(boolean isEdited)
isEdited
- sequence nameCopyright © 2021 WSO2. All rights reserved.