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

com.sumologic.client.searchjob.model.CreateSearchJobResponse Maven / Gradle / Ivy

package com.sumologic.client.searchjob.model;

/**
 * @author Christian Beedgen ([email protected])
 */
public final class CreateSearchJobResponse {

    // Instance fields.

    private String id;

    // Implementation.

    /**
     * Returns the ID of the search job.
     *
     * @return The ID of the search job.
     */
    public String getId() {
        return id;
    }

    /**
     * Sets the ID of the search job.
     *
     * @param id The ID of the search job.
     */
    public void setId(String id) {
        this.id = id;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy