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