Modifier and Type | Field and Description |
---|---|
protected String |
data |
protected ArrayTypeInfo |
typeInfo |
protected List<Object> |
values |
Modifier and Type | Method and Description |
---|---|
DataTypeInfo |
getElementTypeInfo()
Get the data type info of the element in the Array.
|
List<Object> |
getElementValues()
Get the list of the elements in the Array
|
String |
toString() |
protected ArrayTypeInfo typeInfo
protected String data
public DataTypeInfo getElementTypeInfo()
DliArray
getElementTypeInfo
in interface DliArray
public List<Object> getElementValues() throws DLIException
DliArray
getElementValues
in interface DliArray
DLIException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyCopyright © 2023. All rights reserved.