public class ApiInfo extends Object
ApiInfo(ApiInfo other)
ApiInfo(HttpMethodName method, ApiPath path, Map<String,String> queries, Map<String,String> headers)
Map<String,String>
getHeaders()
HttpMethodName
getMethod()
ApiPath
getPath()
getQueries()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ApiInfo(HttpMethodName method, ApiPath path, Map<String,String> queries, Map<String,String> headers)
public ApiInfo(ApiInfo other)
public HttpMethodName getMethod()
public ApiPath getPath()
public Map<String,String> getQueries()
public Map<String,String> getHeaders()