Class AddDataObjectToKeyModel
java.lang.Object
io.cryptolens.models.RequestModel
io.cryptolens.models.ProductAndKeyModel
io.cryptolens.models.AddDataObjectToKeyModel
-
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.ProductAndKeyModel
Key, ProductId
Fields inherited from class io.cryptolens.models.RequestModel
LicenseServerUrl
-
Constructor Summary
ConstructorsConstructorDescriptionAddDataObjectToKeyModel
(int productId, String key, String name, int intValue, String stringValue) AddDataObjectToKeyModel
(int productId, String key, 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
-
AddDataObjectToKeyModel
-
AddDataObjectToKeyModel
-