
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;
public List getTags() {
return tags;
}
public void setTags(List tags) {
this.tags = tags;
}
List tags;
@Override
public String toString() {
return "CDAMetadata{}";
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy