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

com.brightcove.castlabs.client.response.IngestCENCResponse Maven / Gradle / Ivy

/**
 * Copyright 2015 Brightcove Inc. All rights reserved.
 * 
 * @author Scott Kidder
 */
package com.brightcove.castlabs.client.response;

import java.util.HashMap;
import java.util.Map;

/**
 * @author Scott Kidder
 *
 */
public class IngestCENCResponse {

    Map systemId =
            new HashMap();

    public Map getSystemId() {
        return systemId;
    }

    public void setSystemId(Map systemId) {
        this.systemId = systemId;
    }

    @Override
    public String toString() {
        return "IngestCENCResponse [systemId=" + systemId + "]";
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy