com.baidubce.services.tag.model
Class Tag

java.lang.Object
  extended by com.baidubce.services.tag.model.Tag

public class Tag
extends Object


Constructor Summary
Tag()
           
 
Method Summary
 String getTagKey()
           
 String getTagValue()
           
 void setTagKey(String tagKey)
           
 void setTagValue(String tagValue)
           
 String toString()
           
 Tag withTagKey(String tagKey)
           
 Tag withTagValue(String tagValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Tag

public Tag()
Method Detail

getTagKey

public String getTagKey()

setTagKey

public void setTagKey(String tagKey)

getTagValue

public String getTagValue()

setTagValue

public void setTagValue(String tagValue)

withTagKey

public Tag withTagKey(String tagKey)

withTagValue

public Tag withTagValue(String tagValue)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2018. All rights reserved.