com.baidubce.services.tag.model
Class ListTagsRequest

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

public class ListTagsRequest
extends AbstractBceRequest


Constructor Summary
ListTagsRequest()
           
 
Method Summary
 String getTagKey()
           
 String getTagValue()
           
 void setTagKey(String tagKey)
           
 void setTagValue(String tagValue)
           
 String toString()
           
 ListTagsRequest withRequestCredentials(BceCredentials credentials)
          Configure request credential for the request.
 ListTagsRequest withTagKey(String tagKey)
           
 ListTagsRequest withTagValue(String tagValue)
           
 
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

ListTagsRequest

public ListTagsRequest()
Method Detail

getTagKey

public String getTagKey()

setTagKey

public void setTagKey(String tagKey)

getTagValue

public String getTagValue()

setTagValue

public void setTagValue(String tagValue)

withTagKey

public ListTagsRequest withTagKey(String tagKey)

withTagValue

public ListTagsRequest withTagValue(String tagValue)

withRequestCredentials

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

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

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2018. All rights reserved.