Class DataObject

java.lang.Object
io.cryptolens.models.DataObject

public class DataObject extends Object
  • Field Details

    • Id

      @SerializedName(value="id", alternate="Id") public int Id
      The unique identifier of the data object.
    • Name

      @SerializedName(value="name", alternate="Name") public String Name
      The name of the data object (max 10 chars).
    • StringValue

      @SerializedName(value="stringValue", alternate="StringValue") public String StringValue
      A string value associated with the data object (max 10,000 chars).
    • IntValue

      @SerializedName(value="intValue", alternate="IntValue") public int IntValue
      An int32 value associated with the data object.
  • Constructor Details

    • DataObject

      public DataObject()