BuffInt64 int64ToBuff(int target, String key) { BuffInt64 buff = BuffInt64(); buff.key = key; buff.value = target; return buff; }