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

com.contentful.java.cda.CDAMetadata Maven / Gradle / Ivy

There is a newer version: 9.1.0
Show newest version
package com.contentful.java.cda;

import java.io.Serializable;
import java.util.List;

public class CDAMetadata implements Serializable {
    private static final long serialVersionUID = -2852530837647649035L;
    private List tags;
    private List concepts;

    public List getTags() {
        return tags;
    }

    public List getConcepts() {
        return concepts;
    }

    public void setConcepts(List concepts) {
        this.concepts = concepts;
    }

    @Override
    public String toString() {
        return "CDAMetadata{}";
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy