Class SetStringValueToMachineCodeModel
java.lang.Object
io.cryptolens.models.RequestModel
io.cryptolens.models.ProductAndKeyModel
io.cryptolens.models.ProductKeyMachineCodeModel
io.cryptolens.models.SetStringValueToMachineCodeModel
-
Field Summary
FieldsModifier and TypeFieldDescriptionlong
The unique object id for 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
ConstructorsConstructorDescriptionSetStringValueToMachineCodeModel
(int productId, String key, String machineCode, long id, String stringValue) SetStringValueToMachineCodeModel
(int productId, String key, String machineCode, 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
-
SetStringValueToMachineCodeModel
-
SetStringValueToMachineCodeModel
-