Class SetIntValueToKeyModel
java.lang.Object
io.cryptolens.models.RequestModel
io.cryptolens.models.ProductAndKeyModel
io.cryptolens.models.SetIntValueToKeyModel
-
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.ProductAndKeyModel
Key, ProductId
Fields inherited from class io.cryptolens.models.RequestModel
LicenseServerUrl
-
Constructor Summary
ConstructorsConstructorDescriptionSetIntValueToKeyModel
(int productId, String key, long id, int intValue) SetIntValueToKeyModel
(int productId, String key, 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
-
SetIntValueToKeyModel
-
SetIntValueToKeyModel
-