public class MediaLocationSettings extends Object
Java class for MediaLocationSettings complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MediaLocationSettings">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="urlPrefix" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="securityPolicy" type="{https://www.google.com/apis/ads/publisher/v201802}SecurityPolicySettings" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected SecurityPolicySettings |
securityPolicy |
protected String |
urlPrefix |
| Constructor and Description |
|---|
MediaLocationSettings() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the value of the name property.
|
SecurityPolicySettings |
getSecurityPolicy()
Gets the value of the securityPolicy property.
|
String |
getUrlPrefix()
Gets the value of the urlPrefix property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setSecurityPolicy(SecurityPolicySettings value)
Sets the value of the securityPolicy property.
|
void |
setUrlPrefix(String value)
Sets the value of the urlPrefix property.
|
protected String name
protected String urlPrefix
protected SecurityPolicySettings securityPolicy
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getUrlPrefix()
Stringpublic void setUrlPrefix(String value)
value - allowed object is
Stringpublic SecurityPolicySettings getSecurityPolicy()
SecurityPolicySettingspublic void setSecurityPolicy(SecurityPolicySettings value)
value - allowed object is
SecurityPolicySettingsCopyright © 2018. All Rights Reserved.