@Beta public final class ServiceUrlParams extends AbstractUrlParams<ServiceUrlParams>
Constructor and Description |
---|
ServiceUrlParams() |
Modifier and Type | Method and Description |
---|---|
protected void |
buildToString(MoreObjects.ToStringHelper helper) |
String |
getModule() |
String |
getService() |
ServiceUrlParams |
module(String value) |
ServiceUrlParams |
service(String value) |
ServiceUrlParams |
setAsMap(Multimap<String,String> map) |
context, getContext, getParams, param, singleValue, toString
public String getService()
public String getModule()
public ServiceUrlParams service(String value)
public ServiceUrlParams module(String value)
public ServiceUrlParams setAsMap(Multimap<String,String> map)
setAsMap
in class AbstractUrlParams<ServiceUrlParams>
protected void buildToString(MoreObjects.ToStringHelper helper)
buildToString
in class AbstractUrlParams<ServiceUrlParams>