Class RemoveDataObjectToMachineCodeModel
java.lang.Object
io.cryptolens.models.RequestModel
io.cryptolens.models.ProductAndKeyModel
io.cryptolens.models.ProductKeyMachineCodeModel
io.cryptolens.models.RemoveDataObjectToMachineCodeModel
-
Field Summary
FieldsModifier and TypeFieldDescriptionlong
The unique id of the data object to be removed.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
ConstructorsConstructorDescriptionRemoveDataObjectToMachineCodeModel
(int productId, String key, String machineCode, long id) RemoveDataObjectToMachineCodeModel
(int productId, String key, String machineCode, String name) -
Method Summary
-
Field Details
-
Id
public long IdThe unique id of the data object to be removed. -
Name
-
-
Constructor Details
-
RemoveDataObjectToMachineCodeModel
-
RemoveDataObjectToMachineCodeModel
-