Class 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.
      void setTags​(java.util.List<CMATag> tags)
      Sets the list of tags for this resource.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • CMAMetadata

        public CMAMetadata()
    • Method Detail

      • getTags

        public java.util.List<CMATag> getTags()
        Gets the list of tags associated with this resource.
        Returns:
        The list of CMATag instances representing the tags.
      • setTags

        public void setTags​(java.util.List<CMATag> tags)
        Sets the list of tags for this resource.
        Parameters:
        tags - The list of CMATag instances to be associated with the resource.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
        Returns:
        a human-readable string, representing the object.