Class SetStringValueToKeyModel
java.lang.Object
io.cryptolens.models.RequestModel
io.cryptolens.models.ProductAndKeyModel
io.cryptolens.models.SetStringValueToKeyModel
-
Field Summary
FieldsModifier and TypeFieldDescriptionlongThe unique object id for the data object.A string value (text) to store.Fields inherited from class io.cryptolens.models.ProductAndKeyModel
Key, ProductIdFields inherited from class io.cryptolens.models.RequestModel
LicenseServerUrl -
Constructor Summary
ConstructorsConstructorDescriptionSetStringValueToKeyModel(int productId, String key, long id, String stringValue) SetStringValueToKeyModel(int productId, String key, String name, String stringValue) -
Method Summary
-
Field Details
-
Id
public long IdThe unique object id for the data object. -
Name
-
StringValue
A string value (text) to store. Max 10000 characters.
-
-
Constructor Details
-
SetStringValueToKeyModel
-
SetStringValueToKeyModel
-