Class SetIntValueToKeyModel


public class SetIntValueToKeyModel extends ProductAndKeyModel
  • Field Details

    • Id

      public long Id
      The unique object id for the data object.
    • Name

      public String Name
    • IntValue

      public int IntValue
      The new int value that should be assigned to the data object.
  • Constructor Details

    • SetIntValueToKeyModel

      public SetIntValueToKeyModel(int productId, String key, long id, int intValue)
    • SetIntValueToKeyModel

      public SetIntValueToKeyModel(int productId, String key, String name, int intValue)