String template = "status is %s, data key is %s" String result = String.format(template, status, key);