public class ProfileCriterion extends Criterion
Java class for ProfileCriterion complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProfileCriterion">
<complexContent>
<extension base="{https://bingads.microsoft.com/CampaignManagement/v13}Criterion">
<sequence>
<element name="ProfileId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="ProfileType" type="{https://bingads.microsoft.com/CampaignManagement/v13}ProfileType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
profileId |
protected Collection<ProfileType> |
profileType |
| Constructor and Description |
|---|
ProfileCriterion() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getProfileId()
Gets the value of the profileId property.
|
Collection<ProfileType> |
getProfileType()
Gets the value of the profileType property.
|
void |
setProfileId(Long value)
Sets the value of the profileId property.
|
void |
setProfileType(Collection<ProfileType> value)
Sets the value of the profileType property.
|
protected Long profileId
protected Collection<ProfileType> profileType
public Long getProfileId()
Longpublic void setProfileId(Long value)
value - allowed object is
Longpublic Collection<ProfileType> getProfileType()
Stringpublic void setProfileType(Collection<ProfileType> value)
value - allowed object is
StringCopyright © 2024. All rights reserved.