Class SetIntValueToMachineCodeModel
java.lang.Object
io.cryptolens.models.RequestModel
io.cryptolens.models.ProductAndKeyModel
io.cryptolens.models.ProductKeyMachineCodeModel
io.cryptolens.models.SetIntValueToMachineCodeModel
-
Field Summary
FieldsModifier and TypeFieldDescriptionlong
The unique object id for the data object.int
The new int value that should be assigned to the data object.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
ConstructorsConstructorDescriptionSetIntValueToMachineCodeModel
(int productId, String key, String machineCode, long id, int intValue) SetIntValueToMachineCodeModel
(int productId, String key, String machineCode, String name, int intValue) -
Method Summary
-
Field Details
-
Id
public long IdThe unique object id for the data object. -
Name
-
IntValue
public int IntValueThe new int value that should be assigned to the data object.
-
-
Constructor Details
-
SetIntValueToMachineCodeModel
-
SetIntValueToMachineCodeModel
-