public static String uuid(){ String getid=UUID.randomUUID().toString().replace("-", ""); return getid; }