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

com.microsoft.commondatamodel.objectmodel.persistence.cdmfolder.IdentifierRef Maven / Gradle / Ivy

There is a newer version: 100.0.7
Show newest version
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.

package com.microsoft.commondatamodel.objectmodel.persistence.cdmfolder;

public class IdentifierRef {
    public String atCorpusPath;
    public String identifier;

    public IdentifierRef(final String atCorpusPath, final String identifier) {
        this.atCorpusPath = atCorpusPath;
        this.identifier = identifier;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy