Class SetIntValueToKeyModel
java.lang.Object
io.cryptolens.models.RequestModel
io.cryptolens.models.ProductAndKeyModel
io.cryptolens.models.SetIntValueToKeyModel
-
Field Summary
FieldsModifier and TypeFieldDescriptionlongThe unique object id for the data object.intThe new int value that should be assigned to the data object.Fields inherited from class io.cryptolens.models.ProductAndKeyModel
Key, ProductIdFields 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
-