public class MobileDeviceSubmodel extends Technology
Java class for MobileDeviceSubmodel complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MobileDeviceSubmodel">
<complexContent>
<extension base="{https://www.google.com/apis/ads/publisher/v201802}Technology">
<sequence>
<element name="mobileDeviceCriterionId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="deviceManufacturerCriterionId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
deviceManufacturerCriterionId |
protected Long |
mobileDeviceCriterionId |
id, name| Constructor and Description |
|---|
MobileDeviceSubmodel() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getDeviceManufacturerCriterionId()
Gets the value of the deviceManufacturerCriterionId property.
|
Long |
getMobileDeviceCriterionId()
Gets the value of the mobileDeviceCriterionId property.
|
void |
setDeviceManufacturerCriterionId(Long value)
Sets the value of the deviceManufacturerCriterionId property.
|
void |
setMobileDeviceCriterionId(Long value)
Sets the value of the mobileDeviceCriterionId property.
|
getId, getName, setId, setNameprotected Long mobileDeviceCriterionId
protected Long deviceManufacturerCriterionId
public Long getMobileDeviceCriterionId()
Longpublic void setMobileDeviceCriterionId(Long value)
value - allowed object is
Longpublic Long getDeviceManufacturerCriterionId()
LongCopyright © 2018. All Rights Reserved.