2122232425262728
public RequestBuilderTestBase() { } public void setTrackingVariables(AbstractRequest get) { get.setApiKey("apiKey"); get.setCurrentLocation(new GeoPoint(10.0, 20.0)); get.setMachineId("machineId"); }