Package com.wavefront.dto
Class SourceTag
- java.lang.Object
-
- com.wavefront.dto.SourceTag
-
- All Implemented Interfaces:
Serializable
public class SourceTag extends Object implements Serializable
Serializing wrapper for the SourceTag class.- Author:
- vasily@wavefront.com
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SourceTag(ReportSourceTag sourceTag)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)SourceTagActiongetAction()List<String>getAnnotations()SourceOperationTypegetOperation()StringgetSource()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
SourceTag
public SourceTag(ReportSourceTag sourceTag)
-
-
Method Detail
-
getOperation
public SourceOperationType getOperation()
-
getAction
public SourceTagAction getAction()
-
getSource
public String getSource()
-
-