Class CustomParameter
- java.lang.Object
-
- com.aerisweather.aeris.communication.parameter.Parameter
-
- com.aerisweather.aeris.communication.parameter.CustomParameter
-
public class CustomParameter extends Parameter
Custom parameter to use when one may not have been predefined by the Aeris lib.
-
-
Constructor Summary
Constructors Constructor Description CustomParameter(String key, String value)
Constructs a custom parameter with the given key and value
key=:value
-