Class RemoveDataObjectToKeyModel
java.lang.Object
io.cryptolens.models.RequestModel
io.cryptolens.models.ProductAndKeyModel
io.cryptolens.models.RemoveDataObjectToKeyModel
-
Field Summary
FieldsModifier and TypeFieldDescriptionlong
The unique id of the data object to be removed.Fields inherited from class io.cryptolens.models.ProductAndKeyModel
Key, ProductId
Fields inherited from class io.cryptolens.models.RequestModel
LicenseServerUrl
-
Constructor Summary
ConstructorsConstructorDescriptionRemoveDataObjectToKeyModel
(int productId, String key, long id) RemoveDataObjectToKeyModel
(int productId, String key, String name) -
Method Summary
-
Field Details
-
Id
public long IdThe unique id of the data object to be removed. -
Name
-
-
Constructor Details
-
RemoveDataObjectToKeyModel
-
RemoveDataObjectToKeyModel
-