public class OfflineCallConversionFeed extends Object
Java class for OfflineCallConversionFeed complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OfflineCallConversionFeed">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="callerId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="callStartTime" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="conversionName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="conversionTime" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="conversionValue" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="conversionCurrencyCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
callerId |
protected String |
callStartTime |
protected String |
conversionCurrencyCode |
protected String |
conversionName |
protected String |
conversionTime |
protected Double |
conversionValue |
| Constructor and Description |
|---|
OfflineCallConversionFeed() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCallerId()
Gets the value of the callerId property.
|
String |
getCallStartTime()
Gets the value of the callStartTime property.
|
String |
getConversionCurrencyCode()
Gets the value of the conversionCurrencyCode property.
|
String |
getConversionName()
Gets the value of the conversionName property.
|
String |
getConversionTime()
Gets the value of the conversionTime property.
|
Double |
getConversionValue()
Gets the value of the conversionValue property.
|
void |
setCallerId(String value)
Sets the value of the callerId property.
|
void |
setCallStartTime(String value)
Sets the value of the callStartTime property.
|
void |
setConversionCurrencyCode(String value)
Sets the value of the conversionCurrencyCode property.
|
void |
setConversionName(String value)
Sets the value of the conversionName property.
|
void |
setConversionTime(String value)
Sets the value of the conversionTime property.
|
void |
setConversionValue(Double value)
Sets the value of the conversionValue property.
|
protected String callerId
protected String callStartTime
protected String conversionName
protected String conversionTime
protected Double conversionValue
protected String conversionCurrencyCode
public String getCallerId()
Stringpublic void setCallerId(String value)
value - allowed object is
Stringpublic String getCallStartTime()
Stringpublic void setCallStartTime(String value)
value - allowed object is
Stringpublic String getConversionName()
Stringpublic void setConversionName(String value)
value - allowed object is
Stringpublic String getConversionTime()
Stringpublic void setConversionTime(String value)
value - allowed object is
Stringpublic Double getConversionValue()
Doublepublic void setConversionValue(Double value)
value - allowed object is
Doublepublic String getConversionCurrencyCode()
StringCopyright © 2023. All rights reserved.