java.lang.Object
org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.STNode
org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.endpoint.common.EndpointSuspendOnFailure

public class EndpointSuspendOnFailure extends STNode
  • Constructor Details

    • EndpointSuspendOnFailure

      public EndpointSuspendOnFailure()
  • Method Details

    • getErrorCodes

      public STNode getErrorCodes()
    • setErrorCodes

      public void setErrorCodes(STNode errorCodes)
    • getInitialDuration

      public STNode getInitialDuration()
    • setInitialDuration

      public void setInitialDuration(STNode initialDuration)
    • getProgressionFactor

      public STNode getProgressionFactor()
    • setProgressionFactor

      public void setProgressionFactor(STNode progressionFactor)
    • getMaximumDuration

      public STNode getMaximumDuration()
    • setMaximumDuration

      public void setMaximumDuration(STNode maximumDuration)