public class SignupCustomerRequest extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Customer" type="{https://bingads.microsoft.com/Customer/v13/Entities}Customer" minOccurs="0"/>
<element name="Account" type="{https://bingads.microsoft.com/Customer/v13/Entities}AdvertiserAccount" minOccurs="0"/>
<element name="ParentCustomerId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="UserInvitation" type="{https://bingads.microsoft.com/Customer/v13/Entities}UserInvitation" minOccurs="0"/>
<element name="UserId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="User" type="{https://bingads.microsoft.com/Customer/v13/Entities}User" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AdvertiserAccount |
account |
protected Customer |
customer |
protected Long |
parentCustomerId |
protected User |
user |
protected Long |
userId |
protected UserInvitation |
userInvitation |
| Constructor and Description |
|---|
SignupCustomerRequest() |
| Modifier and Type | Method and Description |
|---|---|
AdvertiserAccount |
getAccount()
Gets the value of the account property.
|
Customer |
getCustomer()
Gets the value of the customer property.
|
Long |
getParentCustomerId()
Gets the value of the parentCustomerId property.
|
User |
getUser()
Gets the value of the user property.
|
Long |
getUserId()
Gets the value of the userId property.
|
UserInvitation |
getUserInvitation()
Gets the value of the userInvitation property.
|
void |
setAccount(AdvertiserAccount value)
Sets the value of the account property.
|
void |
setCustomer(Customer value)
Sets the value of the customer property.
|
void |
setParentCustomerId(Long value)
Sets the value of the parentCustomerId property.
|
void |
setUser(User value)
Sets the value of the user property.
|
void |
setUserId(Long value)
Sets the value of the userId property.
|
void |
setUserInvitation(UserInvitation value)
Sets the value of the userInvitation property.
|
protected Customer customer
protected AdvertiserAccount account
protected Long parentCustomerId
protected UserInvitation userInvitation
protected Long userId
protected User user
public Customer getCustomer()
Customerpublic void setCustomer(Customer value)
value - allowed object is
Customerpublic AdvertiserAccount getAccount()
AdvertiserAccountpublic void setAccount(AdvertiserAccount value)
value - allowed object is
AdvertiserAccountpublic Long getParentCustomerId()
Longpublic void setParentCustomerId(Long value)
value - allowed object is
Longpublic UserInvitation getUserInvitation()
UserInvitationpublic void setUserInvitation(UserInvitation value)
value - allowed object is
UserInvitationpublic Long getUserId()
Longpublic void setUserId(Long value)
value - allowed object is
LongCopyright © 2024. All rights reserved.