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

com.sumologic.client.model.SumoEntityResponse Maven / Gradle / Ivy

package com.sumologic.client.model;

public abstract class SumoEntityResponse {

    protected abstract SumoEntity getEntity();

    public void setETag(String eTag) {
        getEntity().setETag(eTag);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy