public class LeadConvertResult extends Object implements Serializable
Constructor and Description |
---|
LeadConvertResult() |
LeadConvertResult(String accountId,
String contactId,
Error[] errors,
String leadId,
String opportunityId,
boolean success) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getAccountId()
Gets the accountId value for this LeadConvertResult.
|
String |
getContactId()
Gets the contactId value for this LeadConvertResult.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
Error[] |
getErrors()
Gets the errors value for this LeadConvertResult.
|
Error |
getErrors(int i) |
String |
getLeadId()
Gets the leadId value for this LeadConvertResult.
|
String |
getOpportunityId()
Gets the opportunityId value for this LeadConvertResult.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
boolean |
isSuccess()
Gets the success value for this LeadConvertResult.
|
void |
setAccountId(String accountId)
Sets the accountId value for this LeadConvertResult.
|
void |
setContactId(String contactId)
Sets the contactId value for this LeadConvertResult.
|
void |
setErrors(Error[] errors)
Sets the errors value for this LeadConvertResult.
|
void |
setErrors(int i,
Error _value) |
void |
setLeadId(String leadId)
Sets the leadId value for this LeadConvertResult.
|
void |
setOpportunityId(String opportunityId)
Sets the opportunityId value for this LeadConvertResult.
|
void |
setSuccess(boolean success)
Sets the success value for this LeadConvertResult.
|
public String getAccountId()
public void setAccountId(String accountId)
accountId
- public String getContactId()
public void setContactId(String contactId)
contactId
- public Error[] getErrors()
public void setErrors(Error[] errors)
errors
- public Error getErrors(int i)
public void setErrors(int i, Error _value)
public String getLeadId()
public void setLeadId(String leadId)
leadId
- public String getOpportunityId()
public void setOpportunityId(String opportunityId)
opportunityId
- public boolean isSuccess()
public void setSuccess(boolean success)
success
- public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2014. All rights reserved.