Query constructor

Query(
  1. String name,
  2. String value
)

Implementation

Query(String name, String value) : super(name, value);