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

com.arextest.storage.model.Response Maven / Gradle / Ivy

package com.arextest.storage.model;

import com.arextest.storage.model.header.ResponseStatusType;

/**
 * @author jmo
 * @since 2021/11/3
 */
public interface Response {
    ResponseStatusType getResponseStatusType();

    void setResponseStatusType(ResponseStatusType responseStatusType);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy