Class UserParameter

java.lang.Object
com.kheops.jmap.client.userparameter.UserParameter
All Implemented Interfaces:
Serializable

public class UserParameter extends Object implements Serializable
UserParameter class used to store user parameters (key / object).
See Also:
  • Constructor Details

    • UserParameter

      public UserParameter()
      UserParameter is a bean so we need a empty constructor.
    • UserParameter

      public UserParameter(String parameterKey, Object parameterValue)
      Creates a new user parameter instance.
      Parameters:
      parameterKey - the key related to the specified parameter value.
      parameterValue - the user parameter value.