Package com.contentful.java.cma.model
Class CMAMetadata
- java.lang.Object
-
- com.contentful.java.cma.model.CMAMetadata
-
public class CMAMetadata extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CMAMetadata()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<CMATag>getTags()Gets the list of tags associated with this resource.voidsetTags(java.util.List<CMATag> tags)Sets the list of tags for this resource.java.lang.StringtoString()
-
-
-
Method Detail
-
getTags
public java.util.List<CMATag> getTags()
Gets the list of tags associated with this resource.- Returns:
- The list of
CMATaginstances representing the tags.
-
setTags
public void setTags(java.util.List<CMATag> tags)
Sets the list of tags for this resource.- Parameters:
tags- The list ofCMATaginstances to be associated with the resource.
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object- Returns:
- a human-readable string, representing the object.
-
-