public class Tag extends AssetConsumerElementHeader
| Constructor and Description |
|---|
Tag()
Default constructor
|
Tag(Tag template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
String |
getDescription()
Return the description of the tag's meaning.
|
String |
getGUID()
Return the unique identifier for this tag.
|
String |
getName()
Return the name of the tag.
|
int |
hashCode()
Return hash code for this object
|
void |
setDescription(String description)
Set up the description of the tag's meaning.
|
void |
setGUID(String guid)
Set up the unique identifier for this tag.
|
void |
setName(String name)
Set up the name of the tag.
|
String |
toString()
JSON-style toString
|
public Tag()
public Tag(Tag template)
public String getGUID()
public void setGUID(String guid)
guid - string guidpublic String getName()
public void setName(String name)
name - stringpublic String getDescription()
public void setDescription(String description)
description - description stringpublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2019 ODPi. All rights reserved.