public class CustomerAccountShareAssociation extends Object
Java class for CustomerAccountShareAssociation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CustomerAccountShareAssociation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AssociationCount" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="UsageType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
associationCount |
protected String |
usageType |
| Constructor and Description |
|---|
CustomerAccountShareAssociation() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAssociationCount()
Gets the value of the associationCount property.
|
String |
getUsageType()
Gets the value of the usageType property.
|
void |
setAssociationCount(Long value)
Sets the value of the associationCount property.
|
void |
setUsageType(String value)
Sets the value of the usageType property.
|
public Long getAssociationCount()
Longpublic void setAssociationCount(Long value)
value - allowed object is
Longpublic String getUsageType()
StringCopyright © 2024. All rights reserved.