public class SharedSet extends Object
Java class for SharedSet complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SharedSet">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="sharedSetId" 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="type" type="{https://adwords.google.com/api/adwords/cm/v201809}SharedSetType" minOccurs="0"/>
<element name="memberCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="referenceCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="status" type="{https://adwords.google.com/api/adwords/cm/v201809}SharedSet.Status" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
memberCount |
protected String |
name |
protected Integer |
referenceCount |
protected Long |
sharedSetId |
protected SharedSetStatus |
status |
protected SharedSetType |
type |
| Constructor and Description |
|---|
SharedSet() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getMemberCount()
Gets the value of the memberCount property.
|
String |
getName()
Gets the value of the name property.
|
Integer |
getReferenceCount()
Gets the value of the referenceCount property.
|
Long |
getSharedSetId()
Gets the value of the sharedSetId property.
|
SharedSetStatus |
getStatus()
Gets the value of the status property.
|
SharedSetType |
getType()
Gets the value of the type property.
|
void |
setMemberCount(Integer value)
Sets the value of the memberCount property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setReferenceCount(Integer value)
Sets the value of the referenceCount property.
|
void |
setSharedSetId(Long value)
Sets the value of the sharedSetId property.
|
void |
setStatus(SharedSetStatus value)
Sets the value of the status property.
|
void |
setType(SharedSetType value)
Sets the value of the type property.
|
protected Long sharedSetId
protected String name
protected SharedSetType type
protected Integer memberCount
protected Integer referenceCount
protected SharedSetStatus status
public Long getSharedSetId()
Longpublic void setSharedSetId(Long value)
value - allowed object is
Longpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic SharedSetType getType()
SharedSetTypepublic void setType(SharedSetType value)
value - allowed object is
SharedSetTypepublic Integer getMemberCount()
Integerpublic void setMemberCount(Integer value)
value - allowed object is
Integerpublic Integer getReferenceCount()
Integerpublic void setReferenceCount(Integer value)
value - allowed object is
Integerpublic SharedSetStatus getStatus()
SharedSetStatuspublic void setStatus(SharedSetStatus value)
value - allowed object is
SharedSetStatusCopyright © 2023. All rights reserved.