Class DataObject
java.lang.Object
io.cryptolens.models.DataObject
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
Id
@SerializedName(value="id", alternate="Id") public int IdThe unique identifier of the data object. -
Name
The name of the data object (max 10 chars). -
StringValue
A string value associated with the data object (max 10,000 chars). -
IntValue
@SerializedName(value="intValue", alternate="IntValue") public int IntValueAn int32 value associated with the data object.
-
-
Constructor Details
-
DataObject
public DataObject()
-