
com.contentful.java.cda.CDAMetadata Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-sdk Show documentation
Show all versions of java-sdk Show documentation
Java SDK for Contentful's Content Delivery API.
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