public class MetadataTagging extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_SEPARATOR |
| Constructor and Description |
|---|
MetadataTagging()
Instantiates a new metadata tagging.
|
MetadataTagging(Boolean create,
String separator,
TaggingGroupingValue taggingValue)
Instantiates a new metadata tagging.
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getCreate()
Gets the creates the.
|
String |
getSeparator()
Gets the separator.
|
TaggingGroupingValue |
getTaggingValue()
Gets the tagging value.
|
void |
setCreate(Boolean create)
Sets the creates the.
|
void |
setSeparator(String separator)
Sets the separator.
|
void |
setTaggingValue(TaggingGroupingValue taggingValue)
Sets the tagging value.
|
String |
toString() |
public static final String DEFAULT_SEPARATOR
public MetadataTagging()
public MetadataTagging(Boolean create, String separator, TaggingGroupingValue taggingValue)
create - the createseparator - the separatortaggingValue - the tagging valuepublic Boolean getCreate()
public String getSeparator()
public TaggingGroupingValue getTaggingValue()
public void setCreate(Boolean create)
create - the create to setpublic void setSeparator(String separator)
separator - the separator to setpublic void setTaggingValue(TaggingGroupingValue taggingValue)
taggingValue - the taggingValue to setCopyright © 2020. All Rights Reserved.