public class GetCustomerProfileResponse extends ANetApiResponse
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <extension base="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}ANetApiResponse"> <sequence> <element name="profile" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}customerProfileMaskedType" minOccurs="0"/> <element name="subscriptionIds" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}SubscriptionIdList" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected CustomerProfileMaskedType |
profile |
protected SubscriptionIdList |
subscriptionIds |
messages, refId, sessionToken
Constructor and Description |
---|
GetCustomerProfileResponse() |
Modifier and Type | Method and Description |
---|---|
CustomerProfileMaskedType |
getProfile()
Gets the value of the profile property.
|
SubscriptionIdList |
getSubscriptionIds()
Gets the value of the subscriptionIds property.
|
void |
setProfile(CustomerProfileMaskedType value)
Sets the value of the profile property.
|
void |
setSubscriptionIds(SubscriptionIdList value)
Sets the value of the subscriptionIds property.
|
getMessages, getRefId, getSessionToken, setMessages, setRefId, setSessionToken
protected CustomerProfileMaskedType profile
protected SubscriptionIdList subscriptionIds
public CustomerProfileMaskedType getProfile()
CustomerProfileMaskedType
public void setProfile(CustomerProfileMaskedType value)
value
- allowed object is
CustomerProfileMaskedType
public SubscriptionIdList getSubscriptionIds()
SubscriptionIdList
public void setSubscriptionIds(SubscriptionIdList value)
value
- allowed object is
SubscriptionIdList
Copyright © 2021. All rights reserved.