public class GetQuickSyncResultEncoded extends Object
<xs:complexType xmlns:ns="http://www.sugarcrm.com/sugarcrm" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="get_quick_sync_result_encoded">
<xs:all>
<xs:element type="xs:string" name="result"/>
<xs:element type="xs:int" name="result_count"/>
<xs:element type="xs:int" name="next_offset" minOccurs="0"/>
<xs:element type="xs:int" name="total_count"/>
<xs:element type="ns:error_value" name="error"/>
</xs:all>
</xs:complexType>
| Constructor and Description |
|---|
GetQuickSyncResultEncoded() |
| Modifier and Type | Method and Description |
|---|---|
ErrorValue |
getError()
Get the 'error' element value.
|
Integer |
getNextOffset()
Get the 'next_offset' element value.
|
String |
getResult()
Get the 'result' element value.
|
int |
getResultCount()
Get the 'result_count' element value.
|
int |
getTotalCount()
Get the 'total_count' element value.
|
void |
setError(ErrorValue error)
Set the 'error' element value.
|
void |
setNextOffset(Integer nextOffset)
Set the 'next_offset' element value.
|
void |
setResult(String result)
Set the 'result' element value.
|
void |
setResultCount(int resultCount)
Set the 'result_count' element value.
|
void |
setTotalCount(int totalCount)
Set the 'total_count' element value.
|
public String getResult()
public void setResult(String result)
result - public int getResultCount()
public void setResultCount(int resultCount)
resultCount - public Integer getNextOffset()
public void setNextOffset(Integer nextOffset)
nextOffset - public int getTotalCount()
public void setTotalCount(int totalCount)
totalCount - public ErrorValue getError()
public void setError(ErrorValue error)
error - Copyright © 2018 Europeana Foundation. All rights reserved.