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

com.capitalone.dashboard.response.BaseResponse Maven / Gradle / Ivy

There is a newer version: 4.0.2
Show newest version
package com.capitalone.dashboard.response;

public class BaseResponse {

    private String clientReference;

    public String getClientReference() { return clientReference; }

    public void setClientReference(String clientReference) { this.clientReference = clientReference; }

    /*
     * Avoid implementing equals and hashcode for BaseClass as it will create more issues.
     */
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy