| Package | Description |
|---|---|
| com.wavefront.dto | |
| wavefront.report |
| Modifier and Type | Method and Description |
|---|---|
SourceTagAction |
SourceTag.getAction() |
| Modifier and Type | Field and Description |
|---|---|
SourceTagAction |
ReportSourceTag.action
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
SourceTagAction |
ReportSourceTag.getAction()
Gets the value of the 'action' field.
|
SourceTagAction |
ReportSourceTag.Builder.getAction()
Gets the value of the 'action' field.
|
static SourceTagAction |
SourceTagAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SourceTagAction[] |
SourceTagAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReportSourceTag.setAction(SourceTagAction value)
Sets the value of the 'action' field.
|
ReportSourceTag.Builder |
ReportSourceTag.Builder.setAction(SourceTagAction value)
Sets the value of the 'action' field.
|
| Constructor and Description |
|---|
ReportSourceTag(SourceOperationType operation,
SourceTagAction action,
String source,
List<String> annotations)
All-args constructor.
|
Copyright © 2020. All rights reserved.