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

org.openstack4j.model.sahara.JobBinaryInternal Maven / Gradle / Ivy

package org.openstack4j.model.sahara;

import java.util.Date;

import org.openstack4j.model.ModelEntity;

/**
 * An Openstack Sahara Job Binary Internal
 * 
 * @author [email protected]
 * @author [email protected]
 */
public interface JobBinaryInternal extends ModelEntity {

    /**
     * @return the name of the job binary internal
     */
    String getName();

    /**
     * @return the tenant id of the job binary internal
     */
    String getTenantId();

    /**
     * @return the created date of the job binary internal
     */
    Date getCreatedAt();

    /**
     * @return the updated date of the job binary internal
     */
    Date getUpdatedAt();

    /**
     * @return the data size of the job binary internal
     */
    int getDataSize();

    /**
     * @return the identifier of the job binary internal
     */
    String getId();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy