| Package | Description |
|---|---|
| com.wavefront.dto | |
| wavefront.report |
| Modifier and Type | Method and Description |
|---|---|
SourceOperationType |
SourceTag.getOperation() |
| Modifier and Type | Field and Description |
|---|---|
SourceOperationType |
ReportSourceTag.operation
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
SourceOperationType |
ReportSourceTag.getOperation()
Gets the value of the 'operation' field.
|
SourceOperationType |
ReportSourceTag.Builder.getOperation()
Gets the value of the 'operation' field.
|
static SourceOperationType |
SourceOperationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SourceOperationType[] |
SourceOperationType.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.setOperation(SourceOperationType value)
Sets the value of the 'operation' field.
|
ReportSourceTag.Builder |
ReportSourceTag.Builder.setOperation(SourceOperationType value)
Sets the value of the 'operation' field.
|
| Constructor and Description |
|---|
ReportSourceTag(SourceOperationType operation,
SourceTagAction action,
String source,
List<String> annotations)
All-args constructor.
|
Copyright © 2020. All rights reserved.