I have this type of Json and i want to convert into java
GET /vehicletracking1/indictranstechevents/_search?size=1000
{
"query": {
"bool": {
"should": [
{ "match": { "vehicleid": "ae493de8-09c7-4afc-9591-9cf67aeba82e" }},
{ "match": { "vehicleid": "b0b19a98-7ae8-4505-8173-a628d371b51e" }}
]
}
}
}
How i convert into java api?