Class ClientIdParameter
- java.lang.Object
-
- com.aerisweather.aeris.communication.parameter.Parameter
-
- com.aerisweather.aeris.communication.parameter.ClientIdParameter
-
public class ClientIdParameter extends Parameter
The client id given for the Aeris access.
-
-
Constructor Summary
Constructors Constructor Description ClientIdParameter(String value)
Constructs the client id parameter with the value.
-
-
-
Constructor Detail
-
ClientIdParameter
public ClientIdParameter(String value)
Constructs the client id parameter with the value.- Parameters:
value
- value to use
-
-