DataContainer

public class DataContainer extends TokenObject

This class describes a data container object. Inherits from TokenObject.

Note that the constructor is not intended to be called by user code. Such objects are constructed internally by the API.

Constructors

DataContainer

DataContainer(JSONObject objectInfos, Token parent)

Methods

getApplication

public String getApplication()

getLabel

public String getLabel()

Gets the label of the data container.

Returns:

the label of the data container.

getModifiable

public boolean getModifiable()

getPrivate

public boolean getPrivate()

getToken

public boolean getToken()

getValue

public byte[] getValue()

setValue

public void setValue(byte[] value)