Package | Description |
---|---|
com.oracle.bmc.apmtraces.model |
Modifier and Type | Method and Description |
---|---|
static TagMetadata.TagUnit |
TagMetadata.TagUnit.create(String key) |
TagMetadata.TagUnit |
TagMetadata.getTagUnit()
Unit associated with the tag key.
|
static TagMetadata.TagUnit |
TagMetadata.TagUnit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TagMetadata.TagUnit[] |
TagMetadata.TagUnit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TagMetadata.Builder |
TagMetadata.Builder.tagUnit(TagMetadata.TagUnit tagUnit)
Unit associated with the tag key.
|
Constructor and Description |
---|
TagMetadata(TagMetadata.TagType tagType,
TagMetadata.TagUnit tagUnit)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.