public class CallConversionType extends Object
Java class for CallConversionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CallConversionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="conversionTypeId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
conversionTypeId |
| Constructor and Description |
|---|
CallConversionType() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getConversionTypeId()
Gets the value of the conversionTypeId property.
|
void |
setConversionTypeId(Long value)
Sets the value of the conversionTypeId property.
|
Copyright © 2023. All rights reserved.