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

com.brsanthu.googleanalytics.httpclient.HttpBatchResponse Maven / Gradle / Ivy

package com.brsanthu.googleanalytics.httpclient;

public class HttpBatchResponse {
    private int statusCode;

    public int getStatusCode() {
        return statusCode;
    }

    public HttpBatchResponse setStatusCode(int statusCode) {
        this.statusCode = statusCode;
        return this;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy