Class AddDataObjectToMachineCodeModel
java.lang.Object
io.cryptolens.models.RequestModel
io.cryptolens.models.ProductAndKeyModel
io.cryptolens.models.ProductKeyMachineCodeModel
io.cryptolens.models.AddDataObjectToMachineCodeModel
-
Field Summary
FieldsModifier and TypeFieldDescriptionboolean
If set to true, this method will check that no other data object with the same name exists.int
An int value (int32) to store.The name of the data object.A string value (text) to store.Fields inherited from class io.cryptolens.models.ProductKeyMachineCodeModel
MachineCode
Fields inherited from class io.cryptolens.models.ProductAndKeyModel
Key, ProductId
Fields inherited from class io.cryptolens.models.RequestModel
LicenseServerUrl
-
Constructor Summary
ConstructorsConstructorDescriptionAddDataObjectToMachineCodeModel
(int productId, String key, String machineCode, String name, int intValue, String stringValue) AddDataObjectToMachineCodeModel
(int productId, String key, String machineCode, String name, int intValue, String stringValue, boolean checkForDuplicates) -
Method Summary
-
Field Details
-
Name
The name of the data object. Max 10 characters. -
IntValue
public int IntValueAn int value (int32) to store. -
StringValue
A string value (text) to store. Max 10000 characters. -
CheckForDuplicates
public boolean CheckForDuplicatesIf 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
-
AddDataObjectToMachineCodeModel
-