/*
자바 random UUID 생성 후 반환 함수
*/
public static String getUUID() { return UUID.randomUUID().toString(); }