All Downloads are FREE. Search and download functionalities are using the official Maven repository.

artoria.io.oss.OssInfo Maven / Gradle / Ivy

The newest version!
package artoria.io.oss;

/**
 * The information about the object storage service.
 * @author Kahle
 */
public interface OssInfo extends OssBase {

    /**
     * Get the object url.
     * @return The object url
     */
    String getObjectUrl();

    /**
     * Get the original object.
     * @return The original object
     */
    Object getOriginal();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy