package org.zstack.header.volume; /** * Created with IntelliJ IDEA. * User: frank * Time: 9:09 PM * To change this template use File | Settings | File Templates. */ public interface VolumeMessage { String getVolumeUuid(); }