public class TrialAsyncError extends Object
Java class for TrialAsyncError complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TrialAsyncError">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="trialId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="asyncError" type="{https://adwords.google.com/api/adwords/cm/v201809}ApiError" minOccurs="0"/>
<element name="trialCampaignId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="trialAdGroupId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="baseCampaignId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="baseAdGroupId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ApiError |
asyncError |
protected Long |
baseAdGroupId |
protected Long |
baseCampaignId |
protected Long |
trialAdGroupId |
protected Long |
trialCampaignId |
protected Long |
trialId |
| Constructor and Description |
|---|
TrialAsyncError() |
| Modifier and Type | Method and Description |
|---|---|
ApiError |
getAsyncError()
Gets the value of the asyncError property.
|
Long |
getBaseAdGroupId()
Gets the value of the baseAdGroupId property.
|
Long |
getBaseCampaignId()
Gets the value of the baseCampaignId property.
|
Long |
getTrialAdGroupId()
Gets the value of the trialAdGroupId property.
|
Long |
getTrialCampaignId()
Gets the value of the trialCampaignId property.
|
Long |
getTrialId()
Gets the value of the trialId property.
|
void |
setAsyncError(ApiError value)
Sets the value of the asyncError property.
|
void |
setBaseAdGroupId(Long value)
Sets the value of the baseAdGroupId property.
|
void |
setBaseCampaignId(Long value)
Sets the value of the baseCampaignId property.
|
void |
setTrialAdGroupId(Long value)
Sets the value of the trialAdGroupId property.
|
void |
setTrialCampaignId(Long value)
Sets the value of the trialCampaignId property.
|
void |
setTrialId(Long value)
Sets the value of the trialId property.
|
protected Long trialId
protected ApiError asyncError
protected Long trialCampaignId
protected Long trialAdGroupId
protected Long baseCampaignId
protected Long baseAdGroupId
public Long getTrialId()
Longpublic void setTrialId(Long value)
value - allowed object is
Longpublic ApiError getAsyncError()
ApiErrorpublic void setAsyncError(ApiError value)
value - allowed object is
ApiErrorpublic Long getTrialCampaignId()
Longpublic void setTrialCampaignId(Long value)
value - allowed object is
Longpublic Long getTrialAdGroupId()
Longpublic void setTrialAdGroupId(Long value)
value - allowed object is
Longpublic Long getBaseCampaignId()
Longpublic void setBaseCampaignId(Long value)
value - allowed object is
Longpublic Long getBaseAdGroupId()
LongCopyright © 2023. All rights reserved.