Add getter for innerclass RegionData

This commit is contained in:
muhammadeko
2022-05-01 06:36:21 +07:00
committed by Melledy
parent 55793867d3
commit 80659f27a8

View File

@@ -524,5 +524,13 @@ public final class DispatchServer {
this.parsedRegionQuery = prq;
this.Base64 = b64;
}
public QueryCurrRegionHttpRsp getParsedRegionQuery() {
return parsedRegionQuery;
}
public String getBase64() {
return Base64;
}
}
}