Uses of Class
wavefront.report.SourceTagAction
-
Packages that use SourceTagAction Package Description com.wavefront.dto wavefront.report -
-
Uses of SourceTagAction in com.wavefront.dto
Methods in com.wavefront.dto that return SourceTagAction Modifier and Type Method Description SourceTagActionSourceTag. getAction() -
Uses of SourceTagAction in wavefront.report
Fields in wavefront.report declared as SourceTagAction Modifier and Type Field Description SourceTagActionReportSourceTag. actionDeprecated.Methods in wavefront.report that return SourceTagAction Modifier and Type Method Description SourceTagActionReportSourceTag.Builder. getAction()Gets the value of the 'action' field.SourceTagActionReportSourceTag. getAction()Gets the value of the 'action' field.static SourceTagActionSourceTagAction. 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.Methods in wavefront.report with parameters of type SourceTagAction Modifier and Type Method Description ReportSourceTag.BuilderReportSourceTag.Builder. setAction(SourceTagAction value)Sets the value of the 'action' field.voidReportSourceTag. setAction(SourceTagAction value)Sets the value of the 'action' field.Constructors in wavefront.report with parameters of type SourceTagAction Constructor Description ReportSourceTag(SourceOperationType operation, SourceTagAction action, String source, List<String> annotations)All-args constructor.
-