public class RequestInfo extends Object
Modifier and Type | Class and Description |
---|---|
static class |
RequestInfo.Builder
Builder for
RequestInfo objects. |
Modifier and Type | Method and Description |
---|---|
String |
getContextName()
Gets the name corresponding to
getContextValue() . |
String |
getContextValue()
Returns the context value, such as the clientCustomerId for AdWords, or the networkCode for
DFP.
|
String |
getMethodName()
Gets the method name.
|
String |
getPayload()
Gets the SOAP request XML.
|
String |
getServiceName()
Gets the service name.
|
String |
getUrl()
Gets the URL the request was made to.
|
String |
toString() |
public String getPayload()
public String getServiceName()
public String getMethodName()
public String getUrl()
public String getContextName()
getContextValue()
. For example,
clientCustomerId
for AdWords, or networkCode
for DFP.public String getContextValue()
Copyright © 2018. All Rights Reserved.