
artoria.io.oss.OssInfo Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of artoria-extend Show documentation
Show all versions of artoria-extend Show documentation
Artoria is a java technology framework based on the facade pattern.
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