Class ExternalTagResult


  • public final class ExternalTagResult
    extends java.lang.Object
    Defines the response tag result for a Drive that accesses an externally managed storage location.
    Since:
    1.8.0
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<Tag> getTags()
      Returns the external tag bean list.
      void setTags​(java.util.List<Tag> tags)
      Specifies the external tag bean list.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ExternalTagResult

        public ExternalTagResult()
    • Method Detail

      • getTags

        public java.util.List<Tag> getTags()
        Returns the external tag bean list.
      • setTags

        public void setTags​(java.util.List<Tag> tags)
        Specifies the external tag bean list.