public static class AbstractRestPublishService.ResultInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
callid |
protected AbstractRestPublishService.MappingInfo |
mappingInfo |
protected java.lang.Object |
result |
Constructor and Description |
---|
ResultInfo(java.lang.Object result,
java.lang.String callid,
AbstractRestPublishService.MappingInfo mappingInfo) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCallid()
Get the callid.
|
AbstractRestPublishService.MappingInfo |
getMappingInfo()
Get the mappingInfo.
|
java.lang.Object |
getResult()
Get the result.
|
void |
setCallid(java.lang.String callid)
Set the callid.
|
void |
setMappingInfo(AbstractRestPublishService.MappingInfo mappingInfo)
Set the mappingInfo.
|
void |
setResult(java.lang.Object result)
Set the result.
|
protected java.lang.String callid
protected java.lang.Object result
protected AbstractRestPublishService.MappingInfo mappingInfo
public ResultInfo(java.lang.Object result, java.lang.String callid, AbstractRestPublishService.MappingInfo mappingInfo)
public java.lang.Object getResult()
public void setResult(java.lang.Object result)
result
- The result to setpublic java.lang.String getCallid()
public void setCallid(java.lang.String callid)
callid
- The callid to setpublic AbstractRestPublishService.MappingInfo getMappingInfo()
public void setMappingInfo(AbstractRestPublishService.MappingInfo mappingInfo)
mappingInfo
- The mappingInfo to set