private String getUUID(){ String uuid=UUID.randomUUID().toString().replace("-", "").toLowerCase(); return uuid; }