public class SequenceInfo extends Object
Constructor and Description |
---|
SequenceInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getArtifactContainerName()
Get the artifactContainer of the sequence which deployed from
|
String |
getDescription() |
boolean |
getIsEdited()
Get the edit state of the sequence
|
String |
getName() |
boolean |
isEnableStatistics() |
boolean |
isEnableTracing() |
void |
setArtifactContainerName(String artifactContainerName)
Set the sequence artifact container name as a metadata
|
void |
setDescription(String description) |
void |
setEnableStatistics(boolean enableStatistics) |
void |
setEnableTracing(boolean enableTracing) |
void |
setIsEdited(boolean isEdited)
Set the edit state of the sequence as a metadata
|
void |
setName(String name) |
public String getName()
public void setName(String name)
public boolean isEnableStatistics()
public void setEnableStatistics(boolean enableStatistics)
public boolean isEnableTracing()
public void setEnableTracing(boolean enableTracing)
public String getDescription()
public void setDescription(String description)
public String getArtifactContainerName()
public void setArtifactContainerName(String artifactContainerName)
artifactContainerName
- endpoint namepublic boolean getIsEdited()
public void setIsEdited(boolean isEdited)
isEdited
- sequence nameCopyright © 2022 WSO2. All rights reserved.