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

com.netflix.evcache.dto.EVCacheResponseStatus Maven / Gradle / Ivy

The newest version!
package com.netflix.evcache.dto;

public class EVCacheResponseStatus {
    private String status;

    public EVCacheResponseStatus(String status) {
        this.status = status;
    }

    public String getStatus() {
        return status;
    }

    public void setStatus(String status) {
        this.status = status;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy