Class SequenceInfo

java.lang.Object
org.wso2.carbon.sequences.common.to.SequenceInfo

public class SequenceInfo extends Object
Transfer object representing the information required to view a sequence in the list sequences user interface
  • Constructor Details

    • SequenceInfo

      public SequenceInfo()
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • isEnableStatistics

      public boolean isEnableStatistics()
    • setEnableStatistics

      public void setEnableStatistics(boolean enableStatistics)
    • isEnableTracing

      public boolean isEnableTracing()
    • setEnableTracing

      public void setEnableTracing(boolean enableTracing)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getArtifactContainerName

      public String getArtifactContainerName()
      Get the artifactContainer of the sequence which deployed from
      Returns:
      sequence description
    • setArtifactContainerName

      public void setArtifactContainerName(String artifactContainerName)
      Set the sequence artifact container name as a metadata
      Parameters:
      artifactContainerName - endpoint name
    • getIsEdited

      public boolean getIsEdited()
      Get the edit state of the sequence
      Returns:
      sequence description
    • setIsEdited

      public void setIsEdited(boolean isEdited)
      Set the edit state of the sequence as a metadata
      Parameters:
      isEdited - sequence name