public class CustomerAccountShare extends Object
Java class for CustomerAccountShare complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CustomerAccountShare">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AccountId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="Associations" type="{https://bingads.microsoft.com/CampaignManagement/v13}ArrayOfCustomerAccountShareAssociation" minOccurs="0"/>
<element name="CustomerId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
accountId |
protected ArrayOfCustomerAccountShareAssociation |
associations |
protected Long |
customerId |
| Constructor and Description |
|---|
CustomerAccountShare() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAccountId()
Gets the value of the accountId property.
|
ArrayOfCustomerAccountShareAssociation |
getAssociations()
Gets the value of the associations property.
|
Long |
getCustomerId()
Gets the value of the customerId property.
|
void |
setAccountId(Long value)
Sets the value of the accountId property.
|
void |
setAssociations(ArrayOfCustomerAccountShareAssociation value)
Sets the value of the associations property.
|
void |
setCustomerId(Long value)
Sets the value of the customerId property.
|
protected Long accountId
protected ArrayOfCustomerAccountShareAssociation associations
protected Long customerId
public Long getAccountId()
Longpublic void setAccountId(Long value)
value - allowed object is
Longpublic ArrayOfCustomerAccountShareAssociation getAssociations()
ArrayOfCustomerAccountShareAssociationpublic void setAssociations(ArrayOfCustomerAccountShareAssociation value)
value - allowed object is
ArrayOfCustomerAccountShareAssociationpublic Long getCustomerId()
LongCopyright © 2024. All rights reserved.