Class ChainsConfig.Chains.Phases

java.lang.Object
com.yahoo.config.Node
com.yahoo.config.InnerNode
com.yahoo.container.core.ChainsConfig.Chains.Phases
Enclosing class:
ChainsConfig.Chains

public static final class ChainsConfig.Chains.Phases extends com.yahoo.config.InnerNode
This class represents chains.chains[].phases[]
  • Constructor Details

  • Method Details

    • id

      public String id()
      Returns:
      chains.chains[].phases[].id
    • before

      public List<String> before()
      Returns:
      chains.chains[].phases[].before[]
    • before

      public String before(int i)
      Parameters:
      i - the index of the value to return
      Returns:
      chains.chains[].phases[].before[]
    • after

      public List<String> after()
      Returns:
      chains.chains[].phases[].after[]
    • after

      public String after(int i)
      Parameters:
      i - the index of the value to return
      Returns:
      chains.chains[].phases[].after[]