public class DataObject
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
Id
The unique identifier of the data object.
|
int |
IntValue
An int32 value associated with the data object.
|
java.lang.String |
Name
The name of the data object (max 10 chars).
|
java.lang.String |
StringValue
A string value associated with the data object (max 10,000 chars).
|
Constructor and Description |
---|
DataObject() |
@SerializedName(value="id", alternate="Id") public int Id
@SerializedName(value="name", alternate="Name") public java.lang.String Name
@SerializedName(value="stringValue", alternate="StringValue") public java.lang.String StringValue
@SerializedName(value="intValue", alternate="IntValue") public int IntValue