com.baidubce.services.tag.model
Class DeleteTagsRequest

java.lang.Object
  extended by com.baidubce.model.AbstractBceRequest
      extended by com.baidubce.services.tag.model.DeleteTagsRequest

public class DeleteTagsRequest
extends AbstractBceRequest


Constructor Summary
DeleteTagsRequest()
           
 
Method Summary
 List<Tag> getTags()
           
 void setTags(List<Tag> tags)
           
 String toString()
           
 DeleteTagsRequest withRequestCredentials(BceCredentials credentials)
          Configure request credential for the request.
 DeleteTagsRequest withTags(List<Tag> tags)
          Configure list of tag for the request
 
Methods inherited from class com.baidubce.model.AbstractBceRequest
getRequestCredentials, setRequestCredentials
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DeleteTagsRequest

public DeleteTagsRequest()
Method Detail

getTags

public List<Tag> getTags()

setTags

public void setTags(List<Tag> tags)

withTags

public DeleteTagsRequest withTags(List<Tag> tags)
Configure list of tag for the request

Parameters:
tags - List of tag to be deleted.
Returns:
DeleteTagsRequest with tags.

withRequestCredentials

public DeleteTagsRequest withRequestCredentials(BceCredentials credentials)
Configure request credential for the request.

Specified by:
withRequestCredentials in class AbstractBceRequest
Parameters:
credentials - a valid instance of BceCredentials.
Returns:
DeleteTagsRequest with credentials.

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2018. All rights reserved.