public class CallResult extends Object
| Constructor and Description |
|---|
CallResult() |
CallResult(String[] result,
CometConstants.ResultCode resultCode) |
CallResult(String[] result,
int resultCode) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String[] |
getResult()
Gets the result value for this CallResult.
|
int |
getResultCode()
Gets the resultCode value for this CallResult.
|
int |
hashCode() |
void |
setResult(String[] result)
Sets the result value for this CallResult.
|
void |
setResultCode(int resultCode)
Sets the resultCode value for this CallResult.
|
public CallResult()
public CallResult(String[] result, CometConstants.ResultCode resultCode)
public CallResult(String[] result, int resultCode)
public String[] getResult()
public void setResult(String[] result)
result - public int getResultCode()
public void setResultCode(int resultCode)
resultCode - Copyright © 2017 SAP SE. All Rights Reserved.