Class AddDataObjectToMachineCodeModel


public class AddDataObjectToMachineCodeModel extends ProductKeyMachineCodeModel
  • Field Details

    • Name

      public String Name
      The name of the data object. Max 10 characters.
    • IntValue

      public int IntValue
      An int value (int32) to store.
    • StringValue

      public String StringValue
      A string value (text) to store. Max 10000 characters.
    • CheckForDuplicates

      public boolean CheckForDuplicates
      If set to true, this method will check that no other data object with the same name exists. Note: setting this to true may affect performance.
  • Constructor Details

    • AddDataObjectToMachineCodeModel

      public AddDataObjectToMachineCodeModel(int productId, String key, String machineCode, String name, int intValue, String stringValue)
    • AddDataObjectToMachineCodeModel

      public AddDataObjectToMachineCodeModel(int productId, String key, String machineCode, String name, int intValue, String stringValue, boolean checkForDuplicates)