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

com.safecharge.response.UserResponse Maven / Gradle / Ivy

package com.safecharge.response;

public class UserResponse extends SafechargeResponse {

    private Long userId;

    public Long getUserId() {
        return userId;
    }

    public void setUserId(Long userId) {
        this.userId = userId;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy