public class Tags extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
Tags() |
| Modifier and Type | Method and Description |
|---|---|
Tags |
clone() |
boolean |
equals(Object obj) |
List<Tag> |
getItems()
A complex type that contains Tag elements
|
int |
hashCode() |
void |
setItems(Collection<Tag> items)
A complex type that contains Tag elements
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
Tags |
withItems(Collection<Tag> items)
A complex type that contains Tag elements
|
Tags |
withItems(Tag... items)
A complex type that contains Tag elements
|
public List<Tag> getItems()
public void setItems(Collection<Tag> items)
items - A complex type that contains Tag elementspublic Tags withItems(Tag... items)
NOTE: This method appends the values to the existing list (if any). Use
setItems(java.util.Collection) or withItems(java.util.Collection) if you want to override the
existing values.
items - A complex type that contains Tag elementspublic Tags withItems(Collection<Tag> items)
items - A complex type that contains Tag elementspublic String toString()
toString in class ObjectObject.toString()Copyright © 2016. All rights reserved.