Class KSwitcher

java.lang.Object
io.aeon.experiment.specification.KSwitcher
All Implemented Interfaces:
Serializable

public class KSwitcher extends Object implements Serializable
See Also:
  • Constructor Details

    • KSwitcher

      public KSwitcher()
  • Method Details

    • getPrimary

      public Class<?> getPrimary()
    • setPrimary

      public void setPrimary(Class<?> primary)
    • getSecondary

      public Class<?> getSecondary()
    • setSecondary

      public void setSecondary(Class<?> secondary)
    • toString

      public String toString()
      Overrides:
      toString in class Object