BuffInt intToBuff(int target, String key) { BuffInt buff = BuffInt(); buff.key = key; buff.value = target; return buff; }