Class DeleteTagsResult

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class DeleteTagsResult
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Results of deleting unattatched tags.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<DeleteTagsResultItem> getItems()
      Gets the items.
      java.lang.Long getTotalCount()
      Gets the totalCount.
      java.lang.Boolean isErrors()
      Gets the errors.
      • Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getTotalCount

        public java.lang.Long getTotalCount()
        Gets the totalCount. The number of tags that have been deleted.
        Returns:
        the totalCount
      • isErrors

        public java.lang.Boolean isErrors()
        Gets the errors. It is set to true if there is at least one tag operation in error.
        Returns:
        the errors
      • getItems

        public java.util.List<DeleteTagsResultItem> getItems()
        Gets the items. The list of tag operation results.
        Returns:
        the items