com.capitalone.dashboard.request.BaseRequest Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of core Show documentation
Show all versions of core Show documentation
Core package shared by API layer and Microservices
package com.capitalone.dashboard.request;
public class BaseRequest {
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