Commit 80659f27 authored by muhammadeko's avatar muhammadeko Committed by Melledy
Browse files

Add getter for innerclass RegionData

parent 55793867
...@@ -524,5 +524,13 @@ public final class DispatchServer { ...@@ -524,5 +524,13 @@ public final class DispatchServer {
this.parsedRegionQuery = prq; this.parsedRegionQuery = prq;
this.Base64 = b64; this.Base64 = b64;
} }
public QueryCurrRegionHttpRsp getParsedRegionQuery() {
return parsedRegionQuery;
}
public String getBase64() {
return Base64;
}
} }
} }
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment