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

nl.tweeenveertig.openstack.model.ObjectStoreEntity Maven / Gradle / Ivy

There is a newer version: 0.7.0
Show newest version
package nl.tweeenveertig.openstack.model;

import java.util.Map;

public interface ObjectStoreEntity {

    /**
    * Sets the metadata headers
    * @param metadata contains all metadata name/value pairs that must be set
    */
    public void setMetadata(Map metadata);

    /**
    * Gets the metadata headers
    * @return the metadata on the entity
    */
    public Map getMetadata();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy