public class SharedBiddingStrategy extends Object
Java class for SharedBiddingStrategy complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SharedBiddingStrategy">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="biddingScheme" type="{https://adwords.google.com/api/adwords/cm/v201809}BiddingScheme" 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="status" type="{https://adwords.google.com/api/adwords/cm/v201809}SharedBiddingStrategy.BiddingStrategyStatus" minOccurs="0"/>
<element name="type" type="{https://adwords.google.com/api/adwords/cm/v201809}BiddingStrategyType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BiddingScheme |
biddingScheme |
protected Long |
id |
protected String |
name |
protected SharedBiddingStrategyBiddingStrategyStatus |
status |
protected BiddingStrategyType |
type |
| Constructor and Description |
|---|
SharedBiddingStrategy() |
| Modifier and Type | Method and Description |
|---|---|
BiddingScheme |
getBiddingScheme()
Gets the value of the biddingScheme property.
|
Long |
getId()
Gets the value of the id property.
|
String |
getName()
Gets the value of the name property.
|
SharedBiddingStrategyBiddingStrategyStatus |
getStatus()
Gets the value of the status property.
|
BiddingStrategyType |
getType()
Gets the value of the type property.
|
void |
setBiddingScheme(BiddingScheme value)
Sets the value of the biddingScheme property.
|
void |
setId(Long value)
Sets the value of the id property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setStatus(SharedBiddingStrategyBiddingStrategyStatus value)
Sets the value of the status property.
|
void |
setType(BiddingStrategyType value)
Sets the value of the type property.
|
protected BiddingScheme biddingScheme
protected Long id
protected String name
protected SharedBiddingStrategyBiddingStrategyStatus status
protected BiddingStrategyType type
public BiddingScheme getBiddingScheme()
BiddingSchemepublic void setBiddingScheme(BiddingScheme value)
value - allowed object is
BiddingSchemepublic void setId(Long value)
value - allowed object is
Longpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic SharedBiddingStrategyBiddingStrategyStatus getStatus()
SharedBiddingStrategyBiddingStrategyStatuspublic void setStatus(SharedBiddingStrategyBiddingStrategyStatus value)
value - allowed object is
SharedBiddingStrategyBiddingStrategyStatuspublic BiddingStrategyType getType()
BiddingStrategyTypepublic void setType(BiddingStrategyType value)
value - allowed object is
BiddingStrategyTypeCopyright © 2023. All rights reserved.