Class DataArrayResult
- java.lang.Object
-
- de.fraunhofer.iosb.ilt.frostserver.plugin.format.dataarray.DataArrayResult
-
public class DataArrayResult extends Object
- Author:
- scf
-
-
Constructor Summary
Constructors Constructor Description DataArrayResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetCount()StringgetNextLink()List<DataArrayValue>getValue()voidsetCount(long count)voidsetNextLink(String nextLink)
-
-
-
Method Detail
-
getCount
public long getCount()
-
setCount
public void setCount(long count)
-
getNextLink
public String getNextLink()
-
setNextLink
public void setNextLink(String nextLink)
-
getValue
public List<DataArrayValue> getValue()
-
-