-
public class URLComponents
-
-
Field Summary
Fields Modifier and Type Field Description private final StringbaseUrlpublic final AdRequestInputadRequestInput
-
Constructor Summary
Constructors Constructor Description URLComponents(String baseUrl, AdRequestInput adRequestInput)
-
Method Summary
Modifier and Type Method Description StringgetBaseUrl()AdRequestInputgetAdRequestInput()StringgetFullUrl()StringgetQueryArgString()-
-
Constructor Detail
-
URLComponents
URLComponents(String baseUrl, AdRequestInput adRequestInput)
-
-
Method Detail
-
getBaseUrl
String getBaseUrl()
-
getAdRequestInput
AdRequestInput getAdRequestInput()
-
getFullUrl
String getFullUrl()
-
getQueryArgString
String getQueryArgString()
-
-
-
-