public class Experiment extends Object
Java class for Experiment complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Experiment">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="BaseCampaignId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="EndDate" type="{https://bingads.microsoft.com/CampaignManagement/v13}Date" minOccurs="0"/>
<element name="ExperimentCampaignId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="ExperimentStatus" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ExperimentType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Id" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="StartDate" type="{https://bingads.microsoft.com/CampaignManagement/v13}Date" minOccurs="0"/>
<element name="TrafficSplitPercent" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
baseCampaignId |
protected Date |
endDate |
protected Long |
experimentCampaignId |
protected String |
experimentStatus |
protected String |
experimentType |
protected Long |
id |
protected String |
name |
protected Date |
startDate |
protected Integer |
trafficSplitPercent |
| Constructor and Description |
|---|
Experiment() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getBaseCampaignId()
Gets the value of the baseCampaignId property.
|
Date |
getEndDate()
Gets the value of the endDate property.
|
Long |
getExperimentCampaignId()
Gets the value of the experimentCampaignId property.
|
String |
getExperimentStatus()
Gets the value of the experimentStatus property.
|
String |
getExperimentType()
Gets the value of the experimentType property.
|
Long |
getId()
Gets the value of the id property.
|
String |
getName()
Gets the value of the name property.
|
Date |
getStartDate()
Gets the value of the startDate property.
|
Integer |
getTrafficSplitPercent()
Gets the value of the trafficSplitPercent property.
|
void |
setBaseCampaignId(Long value)
Sets the value of the baseCampaignId property.
|
void |
setEndDate(Date value)
Sets the value of the endDate property.
|
void |
setExperimentCampaignId(Long value)
Sets the value of the experimentCampaignId property.
|
void |
setExperimentStatus(String value)
Sets the value of the experimentStatus property.
|
void |
setExperimentType(String value)
Sets the value of the experimentType property.
|
void |
setId(Long value)
Sets the value of the id property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setStartDate(Date value)
Sets the value of the startDate property.
|
void |
setTrafficSplitPercent(Integer value)
Sets the value of the trafficSplitPercent property.
|
protected Long baseCampaignId
protected Date endDate
protected Long experimentCampaignId
protected String experimentStatus
protected String experimentType
protected Long id
protected String name
protected Date startDate
protected Integer trafficSplitPercent
public Long getBaseCampaignId()
Longpublic void setBaseCampaignId(Long value)
value - allowed object is
Longpublic Date getEndDate()
Datepublic void setEndDate(Date value)
value - allowed object is
Datepublic Long getExperimentCampaignId()
Longpublic void setExperimentCampaignId(Long value)
value - allowed object is
Longpublic String getExperimentStatus()
Stringpublic void setExperimentStatus(String value)
value - allowed object is
Stringpublic String getExperimentType()
Stringpublic void setExperimentType(String value)
value - allowed object is
Stringpublic void setId(Long value)
value - allowed object is
Longpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic Date getStartDate()
Datepublic void setStartDate(Date value)
value - allowed object is
Datepublic Integer getTrafficSplitPercent()
IntegerCopyright © 2024. All rights reserved.