java.lang.Object
com.yahoo.documentapi.messagebus.systemstate.rule.Argument

public class Argument extends Object
Author:
Simon Thoresen Hult
  • Constructor Details

    • Argument

      public Argument(String name, String value)
      Constructs a new argument.
      Parameters:
      name - The name of this argument.
      value - The value of this argument.
  • Method Details

    • getName

      public String getName()
      Returns the name of this argument.
      Returns:
      The name.
    • getValue

      public String getValue()
      Returns the value of this argument.
      Returns:
      The value.