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

com.dell.cpsd.rcm.compliance.data.client.callback.DeviceComplianceResponse Maven / Gradle / Ivy

The newest version!
/**
 * Copyright © 2017 Dell Inc. or its subsidiaries.  All Rights Reserved.
 * Dell EMC Confidential/Proprietary Information
 */

package com.dell.cpsd.rcm.compliance.data.client.callback;

import com.dell.cpsd.rcm.compliance.data.client.model.DeviceComplianceData;
import com.dell.cpsd.service.common.client.callback.ServiceResponse;

/**
 * This contains the response to a list system compliance request.
 *
 * 

* Copyright © 2017 Dell Inc. or its subsidiaries. All Rights Reserved. * Dell EMC Confidential/Proprietary Information *

* * @version 1.0 * @since 1.0 */ public class DeviceComplianceResponse extends ServiceResponse { /** * ListSystemComplianceResponse constructor * * @param requestId The request identifier. * @param response The reponse data. * @since 1.0 */ public DeviceComplianceResponse(final String requestId, final DeviceComplianceData response) { super(requestId, response, ""); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy